about summary refs log tree commit diff
path: root/pkgs/tools/security/saml2aws
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-14 12:48:42 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-15 15:48:02 -0700
commit65e3e0168ab73c1fa481710596eb2e67b5abaf97 (patch)
tree2c83ef406f6e250a11a58e23e56e002bf0670ed3 /pkgs/tools/security/saml2aws
parent7c32fb3cccc789d23a0f5f2c7f8aa9e56ee0430e (diff)
saml2aws: 2.19.0 -> 2.24.0
Diffstat (limited to 'pkgs/tools/security/saml2aws')
-rw-r--r--pkgs/tools/security/saml2aws/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/saml2aws/default.nix b/pkgs/tools/security/saml2aws/default.nix
index 7d0878841611b..011747890818c 100644
--- a/pkgs/tools/security/saml2aws/default.nix
+++ b/pkgs/tools/security/saml2aws/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "saml2aws";
-  version = "2.19.0";
+  version = "2.24.0";
 
   src = fetchFromGitHub {
     owner = "Versent";
     repo = "saml2aws";
     rev = "v${version}";
-    sha256 = "1b34v52nvn5mgkxj90lmw0hhpqb35gi3dn47x3v7255890wkzryz";
+    sha256 = "15zxi64s1hgpm3rxk0m7z5363jc7h80g91bfx8vg7nw680lday4w";
   };
 
-  modSha256 = "1ndr8npjjaxg97azshpca7mclxhbqm49wzswmv571y5x519bb7q8";
+  modSha256 = "0qxf2i06spjig3ynixh3xmbxpghh222jhfqcg71i4i79x4ycp5wx";
 
   subPackages = [ "." "cmd/saml2aws" ];