about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-31 12:37:44 -0500
committerGitHub <noreply@github.com>2020-08-31 12:37:44 -0500
commit178cd7045570a53c7064df9fdefad467bd55dd26 (patch)
tree60a14c7a543260050c87cd32283c47d5dca70e63 /pkgs/tools
parent4e4faa6a5a99c4eeaf428f091be576a941809313 (diff)
parent30e1f5c470d1170fd42713c3c28f70ec985a4ec7 (diff)
Merge pull request #96717 from r-ryantm/auto-update/saml2aws
saml2aws: 2.26.2 -> 2.27.0
Diffstat (limited to 'pkgs/tools')
-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 940e67013eec2..fc52662e536fb 100644
--- a/pkgs/tools/security/saml2aws/default.nix
+++ b/pkgs/tools/security/saml2aws/default.nix
@@ -2,17 +2,17 @@
 
 buildGoModule rec {
   pname = "saml2aws";
-  version = "2.26.2";
+  version = "2.27.0";
 
   src = fetchFromGitHub {
     owner = "Versent";
     repo = "saml2aws";
     rev = "v${version}";
-    sha256 = "0y5gvdrdr6i9spdwsxvzs1bxs32icxpkqxnglp1bf4gglc580d87";
+    sha256 = "15ddzab93iqwbvxnaw5wp4dzwlxjqxvyy1c4w37jm69zkczylrmc";
   };
 
   runVend = true;
-  vendorSha256 = "1kzihyx44sx6php4z58fzy6c3g0y713939yzxpgk3n03snn2x8sf";
+  vendorSha256 = "1w7vnpv36lhxpaljdhslbckkr7p81nzc91a0503wk8nrrc4ljsyy";
 
   doCheck = false;