We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90789b0 commit 8e192f6Copy full SHA for 8e192f6
pkgs/applications/networking/cluster/helm/plugins/helm-diff.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "helm-diff";
9
- version = "3.9.13";
+ version = "3.9.14";
10
11
src = fetchFromGitHub {
12
owner = "databus23";
13
repo = pname;
14
rev = "v${version}";
15
- hash = "sha256-676xMnedfGF3aVub78eQo2KYJgJLxKg9g3Nm6D9lYA0=";
+ hash = "sha256-9YXsbxcth6v+4OW2nJjRK47dR4b8fn5izvjLfGeS5qI=";
16
};
17
18
- vendorHash = "sha256-qfdxEXiNJlaJPzpwY4GY+mYZAxjkMJyZO8PgcqJCPos=";
+ vendorHash = "sha256-pn5ipX2kXuR2tHO2LE5m34xJLpB7R6jLYW+KALSPgxo=";
19
20
ldflags = [
21
"-s"
0 commit comments