summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-05-21 23:47:12 -0600
committerGitHub <noreply@github.com>2023-05-21 23:47:12 -0600
commite3c43952b20aa7f77e83b9a8b944b321f4563aa3 (patch)
tree8033abcce7d8e7d75d3d46e1958ce7e8ca9561f2 /pkgs
parent76e8067dc21599c5e20927853e594367c0a5e67e (diff)
parentaa7c7c11c3bab5eb3900fd025732e44ddc54078a (diff)
Merge pull request #233055 from r-ryantm/auto-update/saml2aws
saml2aws: 2.36.7 -> 2.36.8
Diffstat (limited to 'pkgs')
-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 c1deba4083002..57655b32dc6a0 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.36.7";
+  version = "2.36.8";
 
   src = fetchFromGitHub {
     owner = "Versent";
     repo = "saml2aws";
     rev = "v${version}";
-    sha256 = "sha256-Z+rudexDydpM/pExs6TvVTm03qIATf7uLRTQZKgBnLw=";
+    sha256 = "sha256-eBgyjiospcBzUCMSMRgL3V5YyybD6aqt7gQZ7VfrmZY=";
   };
 
-  vendorHash = "sha256-h4jPaST15EsoWLsnTkO0GQDC+cTySMCyVnWFrdXeVDg=";
+  vendorHash = "sha256-wepAJ92IZbUZHO0HiX+JOtQ/WKydCImzHytXRUhjhAU=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];