saml2aws: 2.33.0 -> 2.34.0

This commit is contained in:
R. Ryantm 2022-02-03 10:09:18 +00:00 committed by Jonathan Ringer
parent 38ce6b3ccb
commit 9c6d41d9f8

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "saml2aws"; pname = "saml2aws";
version = "2.33.0"; version = "2.34.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Versent"; owner = "Versent";
repo = "saml2aws"; repo = "saml2aws";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-99URhGJJKO4l+ztMGljiuNKVTYIG2iyWUMBXG1WTPdI="; sha256 = "sha256-JRJjuVF0MkV7KVmbAZhiWPWVwDORByCsZqPwdTuVRoA=";
}; };
vendorSha256 = "sha256-oUEgJ1DDzhKUpYevylIr+1X28xFGaWMh5+q1HTqOHaU="; vendorSha256 = "sha256-nsuI8z0xJYZwhlYHasxHpAAYycpqN0qmS8c0APvxxwc=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ]; buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];