Skip to content

Commit 5c978e2

Browse files
gh-dash: 4.11.0 -> 4.12.0 (#384396)
Co-authored-by: amesgen <[email protected]>
2 parents a8b68f2 + 89f74e9 commit 5c978e2

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.11.0";
11+
version = "4.12.0";
1212

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

20-
vendorHash = "sha256-lqmz+6Cr9U5IBoJ5OeSN6HKY/nKSAmszfvifzbxG7NE=";
20+
vendorHash = "sha256-7s+Lp8CHo1+h2TmbTOcAGZORK+/1wytk4nv9fgD2Mhw=";
2121

2222
ldflags = [
2323
"-s"

0 commit comments

Comments
 (0)