Skip to content

Commit 308d86b

Browse files
authored
chore(nix): update version and vendor hash (#859)
1 parent a3975b7 commit 308d86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
pkgs.buildGoModule rec {
44
pname = "gum";
5-
version = "0.15.0";
5+
version = "0.15.2";
66

77
src = ./.;
88

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

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

0 commit comments

Comments
 (0)