sgx-azure-dcap-client: 1.12.1 -> 1.12.3

Diff: <https://github.com/microsoft/Azure-DCAP-Client/compare/1.12.1...1.12.3>
This commit is contained in:
Philip Hayes 2024-01-23 18:58:00 +08:00
parent 422a893019
commit 6721126b85

View File

@ -35,13 +35,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "azure-dcap-client"; pname = "azure-dcap-client";
version = "1.12.1"; version = "1.12.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "microsoft"; owner = "microsoft";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-q0dI4WdA1ue4sw+QfSherh31Ldf9gnhoft66o3E9gnU="; hash = "sha256-zTDaICsSPXctgFRCZBiZwXV9dLk2pFL9kp5a8FkiTZA=";
}; };
patches = [ patches = [