about summary refs log tree commit diff
path: root/pkgs/tools/security/saml2aws
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-04 06:22:48 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-04 06:22:48 +1000
commit357025f888b7060a91d4f62fcb9bced19e65bd11 (patch)
tree337c32ee1e05f95fd7858bf2b4dfff189bc1af3e /pkgs/tools/security/saml2aws
parent7c5b41b6b8c4ae24d17c7e2d29861f759a86c54f (diff)
saml2aws: update vendorSha256
Diffstat (limited to 'pkgs/tools/security/saml2aws')
-rw-r--r--pkgs/tools/security/saml2aws/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/saml2aws/default.nix b/pkgs/tools/security/saml2aws/default.nix
index 131956bed5c00..2f1127fd68a28 100644
--- a/pkgs/tools/security/saml2aws/default.nix
+++ b/pkgs/tools/security/saml2aws/default.nix
@@ -11,7 +11,7 @@ buildGoModule rec {
     sha256 = "sha256-JRJjuVF0MkV7KVmbAZhiWPWVwDORByCsZqPwdTuVRoA=";
   };
 
-  vendorSha256 = "sha256-nsuI8z0xJYZwhlYHasxHpAAYycpqN0qmS8c0APvxxwc=";
+  vendorSha256 = "sha256-/N/RYqt+lhhECK+uq99vkm3Mg7PWpdE0GYLXkIYthNw=";
 
   buildInputs = lib.optionals stdenv.isDarwin [ AppKit ];