tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
kubernetes-helmPlugins.helm-unittest: 0.5.0 -> 0.5.1
R. Ryantm
2 years ago
f2d01edb
c0c22d9f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
cluster
helm
plugins
helm-unittest.nix
+3
-3
pkgs/applications/networking/cluster/helm/plugins/helm-unittest.nix
···
2
3
buildGoModule rec {
4
pname = "helm-unittest";
5
-
version = "0.5.0";
6
7
src = fetchFromGitHub {
8
owner = pname;
9
repo = pname;
10
rev = "v${version}";
11
-
hash = "sha256-DGmvF4U+yqXWm/L96ph+/OrLZ7q+JG4PQQFxC7pH710=";
12
};
13
14
-
vendorHash = "sha256-BRFKrrJ9PhwMrfr3ON4/sm+BQ1ufeyP5PtfJQRksrj0=";
15
16
# NOTE: Remove the install and upgrade hooks.
17
postPatch = ''
···
2
3
buildGoModule rec {
4
pname = "helm-unittest";
5
+
version = "0.5.1";
6
7
src = fetchFromGitHub {
8
owner = pname;
9
repo = pname;
10
rev = "v${version}";
11
+
hash = "sha256-YWzjv1/I+LX3AMeQenI36AsNJkZ6IzbMhM/f5/Kxs2M=";
12
};
13
14
+
vendorHash = "sha256-A2izHBh58yPd2XPm4GKVosPtahUtQ35GbyBdr/L13CQ=";
15
16
# NOTE: Remove the install and upgrade hooks.
17
postPatch = ''