about summary refs log tree commit diff
path: root/pkgs/tools/misc/autojump
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-04-16 11:31:48 -0700
committerTimo Kaufmann <timokau@zoho.com>2019-04-16 20:31:48 +0200
commit73ebea33ac8c3e18ab1806e827ff0fa632c8ad27 (patch)
tree31e332987d538dd47b444f9d4218a41fb375ce2b /pkgs/tools/misc/autojump
parent1d4b14cd1f71e0d812e8563275e485a8278082d7 (diff)
autojump: 22.5.1 -> 22.5.3 (#59447)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/autojump/versions
Diffstat (limited to 'pkgs/tools/misc/autojump')
-rw-r--r--pkgs/tools/misc/autojump/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/autojump/default.nix b/pkgs/tools/misc/autojump/default.nix
index 592334895fdd2..ca4dde7a450ca 100644
--- a/pkgs/tools/misc/autojump/default.nix
+++ b/pkgs/tools/misc/autojump/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "autojump-${version}";
-  version = "22.5.1";
+  version = "22.5.3";
 
   src = fetchFromGitHub {
     owner = "wting";
     repo = "autojump";
     rev = "release-v${version}";
-    sha256 = "1l1278g3k1qfrz41pkpjdhsabassb9si2d1bfbcmvbv5h3wmlqk9";
+    sha256 = "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws";
   };
 
   buildInputs = [ python bash ];