chore: sgx-dcap: 1.20 -> 1.21

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-05-17 12:15:10 +02:00
parent e9a6d7a4dc
commit 46ccd164d1
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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;
}; };