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
1 changed files with 2 additions and 2 deletions

View File

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