about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-04-08 20:35:41 +0100
committerGitHub <noreply@github.com>2022-04-08 20:35:41 +0100
commitb91b9b039859f5b36a438c95100555f431f69eb3 (patch)
treef83e55f0499114c988aea30bdb781dc5e1c05ee0
parent3c6ff497e25a9146422c6b60c47b29b439d5e32c (diff)
parent056b2ab46bf391cb923c24da90356db6988605ec (diff)
Merge pull request #162592 from r-ryantm/auto-update/jump
jump: 0.40.0 -> 0.41.0
-rw-r--r--pkgs/tools/system/jump/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/jump/default.nix b/pkgs/tools/system/jump/default.nix
index fa0c2f73922c3..2f69f6a0ef6af 100644
--- a/pkgs/tools/system/jump/default.nix
+++ b/pkgs/tools/system/jump/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "jump";
-  version = "0.40.0";
+  version = "0.41.0";
 
   src = fetchFromGitHub {
     owner = "gsamokovarov";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8Lfta4qDXYVSHG3UI8iUA6vIjBe5OIX7n0LC4OW1qMU=";
+    sha256 = "sha256-nI4n1WxgdGGP822APBOLZ5lNkjwL1KfP5bKUxfvXdnE=";
   };
 
   vendorSha256 = null;