saml2aws: 2.36.8 -> 2.36.9

Diff: https://github.com/Versent/saml2aws/compare/v2.36.8...v2.36.9
This commit is contained in:
Nick Cao 2023-06-26 21:46:29 +08:00
parent 52e5e2b29f
commit c1f7bff15f
No known key found for this signature in database

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.8";
version = "2.36.9";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-eBgyjiospcBzUCMSMRgL3V5YyybD6aqt7gQZ7VfrmZY=";
sha256 = "sha256-eV922fUtNAHGFxuDwTKoakSzf1lMzVg+vOeaBbOP4V0=";
};
vendorHash = "sha256-wepAJ92IZbUZHO0HiX+JOtQ/WKydCImzHytXRUhjhAU=";
vendorHash = "sha256-20IggKOPS+Pu4tQIdYU5SXQhu2FrW0MdCdB9dvmqs7E=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];