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:
parent
1d4b14cd1f
commit
73ebea33ac
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user