saml2aws: 2.36.5 -> 2.36.6

This commit is contained in:
R. Ryantm 2023-04-06 06:58:24 +00:00
parent 96e569cb29
commit b0496d71e1

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.5";
version = "2.36.6";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-v5lr0CtKBDNB3Cy9/3mA6E0koQyQvtGe1ET2Mm4EfDc=";
sha256 = "sha256-llEdO19TvHzvH4sV1c+1dHqowG2fVLOqMOqCrH6Urws=";
};
vendorHash = "sha256-MXm1V8GrjZn/x0Q6fW8zJN351zVsPGME4eFg6f8cEX8=";