about summary refs log tree commit diff
path: root/pkgs/tools/security/saml2aws
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 23:53:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 23:53:01 +0000
commitce023d3cc6a6caf205d7c70adfe898c8562ed266 (patch)
treee92410596e76a32e725ebe90a93302dabeda08bf /pkgs/tools/security/saml2aws
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
saml2aws: 2.32.0 -> 2.33.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 bd49721a68a27..f710101ca9671 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.32.0";
+  version = "2.33.0";
 
   src = fetchFromGitHub {
     owner = "Versent";
     repo = "saml2aws";
     rev = "v${version}";
-    sha256 = "sha256-VMNK6kmMPe1Qwfb/NmMaBhtdqg59KmtiankVNZmhNdY=";
+    sha256 = "sha256-99URhGJJKO4l+ztMGljiuNKVTYIG2iyWUMBXG1WTPdI=";
   };
 
   runVend = true;
-  vendorSha256 = "sha256-2tu3wSp9N+icpKvDeUgzYRLc6jXivn1D0jX/5LSgwNw=";
+  vendorSha256 = "sha256-IycsQWT7Puw2n8osfm1bePIXS09G7gmGE+3imJUwZgc=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];