about summary refs log tree commit diff
path: root/pkgs/tools/admin/berglas
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-30 05:20:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-30 05:20:22 +0000
commit612d10f392a8be32ca13525e1ba4aaa5421c13b6 (patch)
treea452c5569c543805c2a80077f3edfd44c85cbd51 /pkgs/tools/admin/berglas
parentc67a44307a994ce6b8a91567c409765861b06134 (diff)
berglas: 1.0.3 -> 2.0.1
Diffstat (limited to 'pkgs/tools/admin/berglas')
-rw-r--r--pkgs/tools/admin/berglas/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/berglas/default.nix b/pkgs/tools/admin/berglas/default.nix
index 75a4bc591e7b1..150b5535f1ce9 100644
--- a/pkgs/tools/admin/berglas/default.nix
+++ b/pkgs/tools/admin/berglas/default.nix
@@ -27,16 +27,16 @@ in
 
 buildGoModule rec {
   pname = "berglas";
-  version = "1.0.3";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "GoogleCloudPlatform";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4hbRX0kKMWixcu5SWjrM5lVvhLMOaeBdG4GH5NVAh70=";
+    sha256 = "sha256-Jf6yPVydM7UnG1yiLEFe+7FMkWANIQebZ3QAwg6/OQs=";
   };
 
-  vendorHash = "sha256-qcFS07gma7GVxhdrYca0E6rcczNcZmU8JcjjcpEaxp0=";
+  vendorHash = "sha256-3WDBl/GqCgRFMmh6TQvtHhACCRzf9sdIO8fel8CAMP0=";
 
   ldflags = [
     "-s"