saml2aws: 2.36.15 -> 2.36.16

This commit is contained in:
R. Ryantm 2024-05-29 05:30:17 +00:00
parent fb2cf0194e
commit 934604b31b

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.15";
version = "2.36.16";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-lfA+D3NsrnYwqX1hfC3TOQKEBW/65QGUjzYxe2RVVSM=";
sha256 = "sha256-qe4a8dmanXRji7hLtlTYrIOuZ8lHwJtDI6dSFVYwcIo=";
};
vendorHash = "sha256-3jne2an651tlyXgmmQ28R/bwsfaQzI4rC+4WJhyDA2E=";
vendorHash = "sha256-OdkgTBsoBjLajx/ueII3o1ldU7+fysTbdTp7tG9eMng=";
buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];