Skip to content

Commit 8e192f6

Browse files
committed
kubernetes-helmPlugins.helm-diff: 3.9.13 -> 3.9.14
1 parent 90789b0 commit 8e192f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "helm-diff";
9-
version = "3.9.13";
9+
version = "3.9.14";
1010

1111
src = fetchFromGitHub {
1212
owner = "databus23";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-676xMnedfGF3aVub78eQo2KYJgJLxKg9g3Nm6D9lYA0=";
15+
hash = "sha256-9YXsbxcth6v+4OW2nJjRK47dR4b8fn5izvjLfGeS5qI=";
1616
};
1717

18-
vendorHash = "sha256-qfdxEXiNJlaJPzpwY4GY+mYZAxjkMJyZO8PgcqJCPos=";
18+
vendorHash = "sha256-pn5ipX2kXuR2tHO2LE5m34xJLpB7R6jLYW+KALSPgxo=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)