saml2aws: 2.27.0 -> 2.27.1

This commit is contained in:
R. RyanTM 2020-11-12 01:52:15 +00:00
parent 280e27327d
commit 35d2564325

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "saml2aws"; pname = "saml2aws";
version = "2.27.0"; version = "2.27.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Versent"; owner = "Versent";
repo = "saml2aws"; repo = "saml2aws";
rev = "v${version}"; rev = "v${version}";
sha256 = "15ddzab93iqwbvxnaw5wp4dzwlxjqxvyy1c4w37jm69zkczylrmc"; sha256 = "1ffq7jh14cj45wn5rx9awh5k8hqbfwm4fjz0a0rq22yqfwbbkkj2";
}; };
runVend = true; runVend = true;