We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45474a2 commit 3e36a70Copy full SHA for 3e36a70
pkgs/by-name/gh/gh-dash/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "gh-dash";
11
- version = "4.12.0";
+ version = "4.15.0";
12
13
src = fetchFromGitHub {
14
owner = "dlvhdr";
15
repo = "gh-dash";
16
rev = "v${version}";
17
- hash = "sha256-qtSJbp9BGX4669fl/B1Z6rGG3432Nj1IQ+aYfIE9W50=";
+ hash = "sha256-NTKU3/omeeeKy5XhGjeylwHrLrU6xWiOpXC1j6q6ZaA=";
18
};
19
20
- vendorHash = "sha256-7s+Lp8CHo1+h2TmbTOcAGZORK+/1wytk4nv9fgD2Mhw=";
+ vendorHash = "sha256-9EuPq8leSf4K+HZUoUh4gNe8/ZV3g1WXSTXYWawHd14=";
21
22
ldflags = [
23
"-s"
0 commit comments