tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
chart-testing: 3.10.1 -> 3.11.0
R. Ryantm
2 years ago
2e57d4f1
60cb88cc
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm
chart-testing
default.nix
+3
-3
pkgs/applications/networking/cluster/helm/chart-testing/default.nix
···
13
14
buildGoModule rec {
15
pname = "chart-testing";
16
-
version = "3.10.1";
17
18
src = fetchFromGitHub {
19
owner = "helm";
20
repo = pname;
21
rev = "v${version}";
22
-
hash = "sha256-btrnfL9U8k7jwo6ltVfbiSJFCX52zjfgf4E+IsWTYi4=";
23
};
24
25
-
vendorHash = "sha256-E+7ndvXWzsU896/eWyupbvqkLed2ly91osptZKT79fk=";
26
27
postPatch = ''
28
substituteInPlace pkg/config/config.go \
···
13
14
buildGoModule rec {
15
pname = "chart-testing";
16
+
version = "3.11.0";
17
18
src = fetchFromGitHub {
19
owner = "helm";
20
repo = pname;
21
rev = "v${version}";
22
+
hash = "sha256-eiU8omDEGDJVmumHwZkNix7qMVkoR6Irg0x9dTBzadA=";
23
};
24
25
+
vendorHash = "sha256-o9oZnQPztrK6HvclPt33Y05GQFWDsnUYti5x8R7aWS8=";
26
27
postPatch = ''
28
substituteInPlace pkg/config/config.go \