about summary refs log tree commit diff
path: root/pkgs/development/tools/vendir
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-14 04:02:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-14 04:02:56 +0000
commitdb1c79d7673f2f15a9fe86e2b600348202d98b9e (patch)
tree693c49bbb86ae2f25d226b6874760ff94e10022f /pkgs/development/tools/vendir
parente6d39fcc8f8641d97abb0c19a2346e3188248f55 (diff)
vendir: 0.26.0 -> 0.30.0
Diffstat (limited to 'pkgs/development/tools/vendir')
-rw-r--r--pkgs/development/tools/vendir/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/vendir/default.nix b/pkgs/development/tools/vendir/default.nix
index d6ff0825737a4..b20db017ce3ce 100644
--- a/pkgs/development/tools/vendir/default.nix
+++ b/pkgs/development/tools/vendir/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "vendir";
-  version = "0.26.0";
+  version = "0.30.0";
 
   src = fetchFromGitHub {
     owner = "vmware-tanzu";
     repo = "carvel-vendir";
     rev = "v${version}";
-    sha256 = "sha256-a/fftMJuN6YnjPP0Gk6bMckoCouwgtxhf23OuyLR5Tk=";
+    sha256 = "sha256-iIqfm07qO5qf7mYHdBJVRiokRLHdE7qS2mjaeU9G3U4=";
   };
 
   vendorSha256 = null;