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.
2 parents a8b68f2 + 89f74e9 commit 5c978e2Copy full SHA for 5c978e2
pkgs/by-name/gh/gh-dash/package.nix
@@ -8,16 +8,16 @@
8
9
buildGoModule rec {
10
pname = "gh-dash";
11
- version = "4.11.0";
+ version = "4.12.0";
12
13
src = fetchFromGitHub {
14
owner = "dlvhdr";
15
repo = "gh-dash";
16
rev = "v${version}";
17
- hash = "sha256-i7PsOd2avaKY0FvsjBpTQk6rijf9EE6kVRicfe4k8NE=";
+ hash = "sha256-qtSJbp9BGX4669fl/B1Z6rGG3432Nj1IQ+aYfIE9W50=";
18
};
19
20
- vendorHash = "sha256-lqmz+6Cr9U5IBoJ5OeSN6HKY/nKSAmszfvifzbxG7NE=";
+ vendorHash = "sha256-7s+Lp8CHo1+h2TmbTOcAGZORK+/1wytk4nv9fgD2Mhw=";
21
22
ldflags = [
23
"-s"
0 commit comments