Skip to content

Commit

Permalink
kubernetes-helmPlugins.helm-diff: 3.9.12 -> 3.9.13 (NixOS#366395)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 5bd59e4 + 679f7b7 commit 3244ed7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "helm-diff";
version = "3.9.12";
version = "3.9.13";

src = fetchFromGitHub {
owner = "databus23";
repo = pname;
rev = "v${version}";
hash = "sha256-fHL5YlqDS4taQNgqgYYttq/6Q5kQhp/hvtqMRCKPt70=";
hash = "sha256-676xMnedfGF3aVub78eQo2KYJgJLxKg9g3Nm6D9lYA0=";
};

vendorHash = "sha256-7amqt5FIgnDtaybyur3t01BuuQXPdFptDBfqhX6jPIE=";
vendorHash = "sha256-qfdxEXiNJlaJPzpwY4GY+mYZAxjkMJyZO8PgcqJCPos=";

ldflags = [
"-s"
Expand Down

0 comments on commit 3244ed7

Please sign in to comment.