summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-03-21 06:19:43 +0100
committerGitHub <noreply@github.com>2021-03-21 06:19:43 +0100
commitd9c21dc982d0e3a7f1ec325de97f20db8e2457f5 (patch)
treef11f7161f40f7560a253d36a879edee6658555e7
parent06e6f8f49c6481bb643f3c715f2d09156f281a84 (diff)
parentfaab7ccd57cc17c4488266eb08f00ed4ac516536 (diff)
downloadnixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar.gz
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar.bz2
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar.lz
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar.xz
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.tar.zst
nixpkgs-d9c21dc982d0e3a7f1ec325de97f20db8e2457f5.zip
Merge pull request #112798 from r-ryantm/auto-update/kpt
kpt: 0.37.1 -> 0.38.0
-rw-r--r--pkgs/applications/networking/cluster/kpt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/kpt/default.nix b/pkgs/applications/networking/cluster/kpt/default.nix
index ae9380c5139..577e52ed49d 100644
--- a/pkgs/applications/networking/cluster/kpt/default.nix
+++ b/pkgs/applications/networking/cluster/kpt/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "kpt";
-  version = "0.37.1";
+  version = "0.38.0";
 
   src = fetchFromGitHub {
     owner = "GoogleContainerTools";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4SGCYkx9U6XNUrJfVPgNEhFA75CF8GOrtS4BSm6f7mM=";
+    sha256 = "sha256-MBZa4LdpCZnVVbjzkYpPi9/CYGqVLeYy2N/AS1PSYBE=";
   };
 
-  vendorSha256 = "sha256-y/l9k3oTrN+9OGgyiVzCyYi+6lJpcKaEygirytbn9aI=";
+  vendorSha256 = "sha256-P0cN8aw62nPD1OlUAw1E36YxptxtPqqruZfDDG4Ag2w=";
 
   subPackages = [ "." ];