saml2aws: 2.36.1 -> 2.36.2

This commit is contained in:
R. Ryantm 2022-12-05 00:59:38 +00:00 committed by Frederik Rietdijk
parent c4bd8ae568
commit 841b83ec78

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "saml2aws";
version = "2.36.1";
version = "2.36.2";
src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "sha256-3kBxMC+xXienHOu6YnJNCXd9Tc8rF5WUQF827GkauhQ=";
sha256 = "sha256-87s9lcI3URQOfl1zStSVOwmRonC740pZKAqZhDDdMaE=";
};
vendorSha256 = "sha256-cxfanKv25U8U6FQ1YfOXghAR8GYQB9PN0TkfLzG4UbI=";