summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-12 22:51:02 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-12 22:51:02 +0000
commit1a0517507818f0ca726f8daf3708e732e8511ccd (patch)
treecc14eb365b94ab68b8db97d5566cd9bff4536e2a /pkgs/tools/security
parent12769bc7e1098fc781f70c40f62c55d4673329fa (diff)
downloadnixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar.gz
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar.bz2
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar.lz
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar.xz
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.tar.zst
nixpkgs-1a0517507818f0ca726f8daf3708e732e8511ccd.zip
sops: 3.7.1 -> 3.7.2
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/sops/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sops/default.nix b/pkgs/tools/security/sops/default.nix
index 1cf89143925..9752d78a183 100644
--- a/pkgs/tools/security/sops/default.nix
+++ b/pkgs/tools/security/sops/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "sops";
-  version = "3.7.1";
+  version = "3.7.2";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "mozilla";
     repo = pname;
-    sha256 = "0z3jcyl245yjszzjf2h6l1dwa092vxzvfmnivmwi6jvpsdcv33h1";
+    sha256 = "sha256-NMuYMvaBSxKHvpqFkMfnMDvcXxTstqzracuSTT1VB1A=";
   };
 
-  vendorSha256 = "1mnwgsbpi56ql0lbpn7dkaps96x9b1lmhlk5cd6d40da7xj616n7";
+  vendorSha256 = "sha256-00/7O9EcGojUExJPtYWndb16VqrNby/5GsVs8Ak/Isc=";
 
   doCheck = false;