Merge pull request #143503 from r-ryantm/auto-update/saml2aws

saml2aws: 2.32.0 -> 2.33.0
This commit is contained in:
Mario Rodas 2021-11-14 21:17:11 -05:00 committed by GitHub
commit 2612778c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.32.0";
version = "2.33.0";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-VMNK6kmMPe1Qwfb/NmMaBhtdqg59KmtiankVNZmhNdY=";
sha256 = "sha256-99URhGJJKO4l+ztMGljiuNKVTYIG2iyWUMBXG1WTPdI=";
};
runVend = true;
vendorSha256 = "sha256-2tu3wSp9N+icpKvDeUgzYRLc6jXivn1D0jX/5LSgwNw=";
vendorSha256 = "sha256-IycsQWT7Puw2n8osfm1bePIXS09G7gmGE+3imJUwZgc=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];