about summary refs log tree commit diff
path: root/pkgs/tools/security/saml2aws
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 21:52:40 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-29 21:52:40 +0000
commit74e09435660560d903ecd943a3684ba20e90e1d6 (patch)
tree05256fecd924bda9bee1590ca5ed4e5d3e68ff88 /pkgs/tools/security/saml2aws
parentf0df0acc162dd31ab0b1b5f2f64394da43cf6ea0 (diff)
saml2aws: 2.34.0 -> 2.36.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 296845c644d14..d732ae9a07c62 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.34.0";
+  version = "2.36.0";
 
   src = fetchFromGitHub {
     owner = "Versent";
     repo = "saml2aws";
     rev = "v${version}";
-    sha256 = "sha256-JRJjuVF0MkV7KVmbAZhiWPWVwDORByCsZqPwdTuVRoA=";
+    sha256 = "sha256-Mux0n8uBnh9R+llA/XAVsfcDWIDxoaQkkSuhoSpIhl4=";
   };
 
-  vendorSha256 = "sha256-/N/RYqt+lhhECK+uq99vkm3Mg7PWpdE0GYLXkIYthNw=";
+  vendorSha256 = "sha256-cxfanKv25U8U6FQ1YfOXghAR8GYQB9PN0TkfLzG4UbI=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];