mirror of
https://github.com/charmbracelet/gum
synced 2026-03-14 21:55:45 +01:00
chore(nix): update version and vendor hash (#859)
This commit is contained in:
parent
a3975b78ee
commit
308d86be7d
1 changed files with 2 additions and 2 deletions
|
|
@ -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}" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue