Skip to content

Commit

Permalink
chore: sgx-dcap: 1.20 -> 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: Harald Hoyer <[email protected]>
  • Loading branch information
haraldh committed May 17, 2024
1 parent e9a6d7a commit 46ccd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sgx-dcap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}:
stdenv.mkDerivation rec {
pname = "sgx-dcap";
version = "1.20";
version = "1.21";

postUnpack =
let
dcap = rec {
filename = "prebuilt_dcap_${version}.tar.gz";
prebuilt = fetchurl {
url = "https://download.01.org/intel-sgx/sgx-dcap/${version}/linux/${filename}";
hash = "sha256-nPsI89KSBA3cSNTMWyktZP5dkf+BwL3NZ4MuUf6G98o=";
hash = "sha256-/PPD2MyNxoCwzNljIFcpkFvItXbyvymsJ7+Uf4IyZuk=";
};
};
in
Expand All @@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
owner = "intel";
repo = "SGXDataCenterAttestationPrimitives";
rev = "DCAP_${version}";
hash = "sha256-gNQzV6wpoQUZ3x/RqvFLwak4HhDOiJC5mW0okGx3UGA=";
hash = "sha256-Vp8R4W6qdPTGJFNJrPPKe9Oqxxj+UIdZf2GSL+gCyjU=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 46ccd16

Please sign in to comment.