saml2aws: 2.19.0 -> 2.24.0

This commit is contained in:
R. RyanTM 2020-03-14 12:48:42 +00:00 committed by Jon
parent 7c32fb3ccc
commit 65e3e0168a

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "saml2aws"; pname = "saml2aws";
version = "2.19.0"; version = "2.24.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Versent"; owner = "Versent";
repo = "saml2aws"; repo = "saml2aws";
rev = "v${version}"; rev = "v${version}";
sha256 = "1b34v52nvn5mgkxj90lmw0hhpqb35gi3dn47x3v7255890wkzryz"; sha256 = "15zxi64s1hgpm3rxk0m7z5363jc7h80g91bfx8vg7nw680lday4w";
}; };
modSha256 = "1ndr8npjjaxg97azshpca7mclxhbqm49wzswmv571y5x519bb7q8"; modSha256 = "0qxf2i06spjig3ynixh3xmbxpghh222jhfqcg71i4i79x4ycp5wx";
subPackages = [ "." "cmd/saml2aws" ]; subPackages = [ "." "cmd/saml2aws" ];