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
This commit is contained in:
R. RyanTM 2019-04-16 11:31:48 -07:00 committed by Timo Kaufmann
parent 1d4b14cd1f
commit 73ebea33ac

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "autojump-${version}"; name = "autojump-${version}";
version = "22.5.1"; version = "22.5.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wting"; owner = "wting";
repo = "autojump"; repo = "autojump";
rev = "release-v${version}"; rev = "release-v${version}";
sha256 = "1l1278g3k1qfrz41pkpjdhsabassb9si2d1bfbcmvbv5h3wmlqk9"; sha256 = "1rgpsh70manr2dydna9da4x7p8ahii7dgdgwir5fka340n1wrcws";
}; };
buildInputs = [ python bash ]; buildInputs = [ python bash ];