Skip to content

Commit 57b696f

Browse files
committed
hilbish: 2.3.2 -> 2.3.3
1 parent d16349d commit 57b696f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/shells/hilbish/default.nix

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

33
buildGoModule rec {
44
pname = "hilbish";
5-
version = "2.3.2";
5+
version = "2.3.3";
66

77
src = fetchFromGitHub {
88
owner = "Rosettea";
99
repo = "Hilbish";
10-
rev = "v${version}";
11-
hash = "sha256-bCV9hiTvtkdEMPEn9r5PxB+MqJk030E5YISN8B/4h4A=";
10+
rev = "refs/tags/v${version}";
11+
hash = "sha256-rDE9zxkCnnvc1OWd4Baei/Bw9KdFRV7DOorxLSD/KhM";
1212
fetchSubmodules = true;
1313
};
1414

1515
subPackages = [ "." ];
1616

17-
vendorHash = "sha256-v5YkRZA8oOKwXa6yFGQ33jKEc742zIrmJ0+w8ggmu/0=";
17+
vendorHash = "sha256-8t3JBQEAmWcAlgA729IRpiewlgnRd5DQxHLTfwquE3o";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)