Skip to content

Commit 3e36a70

Browse files
committed
gh-dash: 4.12.0 -> 4.15.0
1 parent 45474a2 commit 3e36a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gh/gh-dash/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
buildGoModule rec {
1010
pname = "gh-dash";
11-
version = "4.12.0";
11+
version = "4.15.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "dlvhdr";
1515
repo = "gh-dash";
1616
rev = "v${version}";
17-
hash = "sha256-qtSJbp9BGX4669fl/B1Z6rGG3432Nj1IQ+aYfIE9W50=";
17+
hash = "sha256-NTKU3/omeeeKy5XhGjeylwHrLrU6xWiOpXC1j6q6ZaA=";
1818
};
1919

20-
vendorHash = "sha256-7s+Lp8CHo1+h2TmbTOcAGZORK+/1wytk4nv9fgD2Mhw=";
20+
vendorHash = "sha256-9EuPq8leSf4K+HZUoUh4gNe8/ZV3g1WXSTXYWawHd14=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)