saml2aws: 2.36.4 -> 2.36.5

This commit is contained in:
R. Ryantm 2023-03-25 03:46:05 +00:00
parent 0ee208011d
commit d93774ba64

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.4";
version = "2.36.5";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-bUXiF+GlmNe8zoEjC8aWsbKEnymUKQv+121dTUVtqEQ=";
sha256 = "sha256-v5lr0CtKBDNB3Cy9/3mA6E0koQyQvtGe1ET2Mm4EfDc=";
};
vendorHash = "sha256-APwtLd8+Imy4cBSlm4sHPdA/DQCN4pDFSM/R5ib3k4E=";
vendorHash = "sha256-MXm1V8GrjZn/x0Q6fW8zJN351zVsPGME4eFg6f8cEX8=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];