Skip to content

Commit

Permalink
chore(nix): update version and vendor hash (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone authored Feb 15, 2025
1 parent a3975b7 commit 308d86b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

pkgs.buildGoModule rec {
pname = "gum";
version = "0.15.0";
version = "0.15.2";

src = ./.;

vendorHash = "sha256-i/KBe41ufYA+tqnB5LCC1geIc2Jnh97JLXcXfBgxdM4=";
vendorHash = "sha256-TK2Fc4bTkiSpyYrg4dJOzamEnii03P7kyHZdah9izqY=";

ldflags = [ "-s" "-w" "-X=main.Version=${version}" ];
}

0 comments on commit 308d86b

Please sign in to comment.