mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 23:43:56 +02:00
chore: sgx-dcap: 1.20 -> 1.21
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
e9a6d7a4dc
commit
46ccd164d1
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sgx-dcap";
|
pname = "sgx-dcap";
|
||||||
version = "1.20";
|
version = "1.21";
|
||||||
|
|
||||||
postUnpack =
|
postUnpack =
|
||||||
let
|
let
|
||||||
|
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||||
filename = "prebuilt_dcap_${version}.tar.gz";
|
filename = "prebuilt_dcap_${version}.tar.gz";
|
||||||
prebuilt = fetchurl {
|
prebuilt = fetchurl {
|
||||||
url = "https://download.01.org/intel-sgx/sgx-dcap/${version}/linux/${filename}";
|
url = "https://download.01.org/intel-sgx/sgx-dcap/${version}/linux/${filename}";
|
||||||
hash = "sha256-nPsI89KSBA3cSNTMWyktZP5dkf+BwL3NZ4MuUf6G98o=";
|
hash = "sha256-/PPD2MyNxoCwzNljIFcpkFvItXbyvymsJ7+Uf4IyZuk=";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "intel";
|
owner = "intel";
|
||||||
repo = "SGXDataCenterAttestationPrimitives";
|
repo = "SGXDataCenterAttestationPrimitives";
|
||||||
rev = "DCAP_${version}";
|
rev = "DCAP_${version}";
|
||||||
hash = "sha256-gNQzV6wpoQUZ3x/RqvFLwak4HhDOiJC5mW0okGx3UGA=";
|
hash = "sha256-Vp8R4W6qdPTGJFNJrPPKe9Oqxxj+UIdZf2GSL+gCyjU=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue