Skip to content

Commit

Permalink
saml2aws: 2.27.0 -> 2.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 12, 2020
1 parent 280e273 commit 35d2564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/saml2aws/default.nix
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "saml2aws";
version = "2.27.0";
version = "2.27.1";

src = fetchFromGitHub {
owner = "Versent";
repo = "saml2aws";
rev = "v${version}";
sha256 = "15ddzab93iqwbvxnaw5wp4dzwlxjqxvyy1c4w37jm69zkczylrmc";
sha256 = "1ffq7jh14cj45wn5rx9awh5k8hqbfwm4fjz0a0rq22yqfwbbkkj2";
};

runVend = true;
Expand Down

0 comments on commit 35d2564

Please sign in to comment.