Merge pull request #272901 from r-ryantm/auto-update/saml2aws

saml2aws: 2.36.12 -> 2.36.13
This commit is contained in:
Pol Dellaiera
2023-12-11 22:19:47 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.12";
version = "2.36.13";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-egsAUaGYe06hlPUE4J4acdrfMlDEY/8g0g9KPPJyMlI=";
sha256 = "sha256-cLH1GcMgTPnPJVpHOQkW71hf0MKusL8NRc1YQsNSW2I=";
};
vendorHash = "sha256-hdt/XhxMuR6YlvY/Qu2AjY5F75YvYLlv0LfuMwJQkl4=";
vendorHash = "sha256-E3WYExtV4VsrBZ0uEQZ36CUCK+qf8LTPlNwcdO0eEzA=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];