about summary refs log tree commit diff
path: root/pkgs/development/tools/vendir
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-25 22:56:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-25 22:56:03 +0000
commit7b5f2a14f23457c1b6fe2bf491b634015dc90777 (patch)
tree13da9da375bf70d8a98ab2f05c5d7eeb0c874e2a /pkgs/development/tools/vendir
parent5cf3fa6186e81451a9af26289d7cdf4ccc58f916 (diff)
downloadnixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar.gz
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar.bz2
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar.lz
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar.xz
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.tar.zst
nixlib-7b5f2a14f23457c1b6fe2bf491b634015dc90777.zip
vendir: 0.34.3 -> 0.34.4
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 af6f8e5fcbcc..0a7ff7210505 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.34.3";
+  version = "0.34.4";
 
   src = fetchFromGitHub {
     owner = "vmware-tanzu";
     repo = "carvel-vendir";
     rev = "v${version}";
-    sha256 = "sha256-oeKzbe272Mg0pp+MW6/oBw64/OAzTSmo1qSNAoRqmOE=";
+    sha256 = "sha256-HdKMPXZIz1n8+170E3Aj7BYquVGgnPwRKJ5CZcqN35M=";
   };
 
   vendorHash = null;