about summary refs log tree commit diff
path: root/pkgs/tools/misc/gh-dash
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-01 20:57:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-01 20:57:18 +0000
commit0ba5a52d190b2b3ebd24b70516368bdecdf81e9a (patch)
treee5089b528296cde5c654f12f0f4f424a90a0bfbd /pkgs/tools/misc/gh-dash
parent14c5d226877aa90f656895ab7ab2badc4af03268 (diff)
gh-dash: 3.4.0 -> 3.4.1
Diffstat (limited to 'pkgs/tools/misc/gh-dash')
-rw-r--r--pkgs/tools/misc/gh-dash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/gh-dash/default.nix b/pkgs/tools/misc/gh-dash/default.nix
index 3f23f40e6150d..3f1d866f3189d 100644
--- a/pkgs/tools/misc/gh-dash/default.nix
+++ b/pkgs/tools/misc/gh-dash/default.nix
@@ -5,13 +5,13 @@
 
 buildGoModule rec {
   pname = "gh-dash";
-  version = "3.4.0";
+  version = "3.4.1";
 
   src = fetchFromGitHub {
     owner = "dlvhdr";
     repo = "gh-dash";
     rev = "v${version}";
-    sha256 = "sha256-HVGwq3v+VSViPoxeeXRz4F4iyY+auMkP9BdEombalE8=";
+    sha256 = "sha256-NGUuUBCoLKyyFdTw7n/PY486JEcrTsed4/iuB9iUTLE=";
   };
 
   vendorSha256 = "sha256-BbrHvphTQLvUKanmO4GrNpkT0MSlY7+WMJiyXV7dFB8=";