saml2aws: 2.31.0 -> 2.32.0

This commit is contained in:
Schäfer, Denny 2021-07-29 11:25:11 +02:00
parent a5257a7f72
commit 812a8f455a
No known key found for this signature in database
GPG Key ID: 0284052D45279748

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.31.0";
version = "2.32.0";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-Qe7+INWS9b6lw7QbaaQwIkRwvfx5dRKsZqun3z/U/QA=";
sha256 = "sha256-VMNK6kmMPe1Qwfb/NmMaBhtdqg59KmtiankVNZmhNdY=";
};
runVend = true;
vendorSha256 = "sha256-TieQVPSWtIteU0wTqX7si6GrPdYd4WD2eK4ZlLz0VJ8=";
vendorSha256 = "sha256-2tu3wSp9N+icpKvDeUgzYRLc6jXivn1D0jX/5LSgwNw=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];