about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authoramesgen <amesgen@amesgen.de>2024-06-22 13:30:37 +0200
committeramesgen <amesgen@amesgen.de>2024-06-22 13:30:37 +0200
commit05b6d3fedb50a0b954ea4c1af7d08aacb09c1436 (patch)
treecf1d327624af4d37c3ac0e969449e09a9288b15e /pkgs/tools
parent47ea5bd4873307fc2371ae1bdf508864f6a25ee8 (diff)
gh-dash: 4.1.2 -> 4.2.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/gh-dash/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/gh-dash/default.nix b/pkgs/tools/misc/gh-dash/default.nix
index 91de04a0565d1..aa65da648166c 100644
--- a/pkgs/tools/misc/gh-dash/default.nix
+++ b/pkgs/tools/misc/gh-dash/default.nix
@@ -7,13 +7,13 @@
 
 buildGoModule rec {
   pname = "gh-dash";
-  version = "4.1.2";
+  version = "4.2.0";
 
   src = fetchFromGitHub {
     owner = "dlvhdr";
     repo = "gh-dash";
     rev = "v${version}";
-    hash = "sha256-crMlld0Lrfy/MPjQd071azRpvdII8aC2nbSRxBxYu+U=";
+    hash = "sha256-9aXGNLaNXzDGJVTAXhOPt8XNxnWUpmiXCa60jsIUja8=";
   };
 
   vendorHash = "sha256-JOd2czYWVgE1jBfeuoVRp+oE/asyk50o5Pf021jD5mY=";
@@ -21,7 +21,7 @@ buildGoModule rec {
   ldflags = [
     "-s"
     "-w"
-    "-X github.com/dlvhdr/gh-dash/cmd.Version=${version}"
+    "-X github.com/dlvhdr/gh-dash/v4/cmd.Version=${version}"
   ];
 
   passthru.tests = {