summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 03:39:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-11 03:39:15 +0000
commita2bbddbf366838a8a767d6914e1a32214499f1a4 (patch)
treea11d0743211ad4be41bdf38e75af078ab4d59ae9
parent1278e9de0bec988b8d5d1c685604c01dd7b38ab8 (diff)
downloadnixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar.gz
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar.bz2
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar.lz
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar.xz
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.tar.zst
nixpkgs-a2bbddbf366838a8a767d6914e1a32214499f1a4.zip
chart-testing: 3.4.0 -> 3.5.0
-rw-r--r--pkgs/applications/networking/cluster/helm/chart-testing/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/helm/chart-testing/default.nix b/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
index c4365975713..484f873a91e 100644
--- a/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
+++ b/pkgs/applications/networking/cluster/helm/chart-testing/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "chart-testing";
-  version = "3.4.0";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "helm";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-c7Rjk2YZaQXyFwrDVwYgOCnq/F2ooIUVETXVn5FVlZE=";
+    sha256 = "sha256-lXi778MTeVUBtepGjIkKAX1kDEaaVzQI1gTKfcpANC0=";
   };
 
-  vendorSha256 = "sha256-1Py66ljDjJC38biJ25D8KnWEi3nXAVt9QSgyH1KkwHM=";
+  vendorSha256 = "sha256-pNevyTibnhUK8LSM1lVnmumFazXK86q4AZ2WKFt5jok=";
 
   postPatch = ''
     substituteInPlace pkg/config/config.go \