Merge pull request #35524 from ryantm/auto-update/autojump-22.5.0-to-22.5.1
autojump: 22.5.0 -> 22.5.1
This commit is contained in:
commit
3147a257a0
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, stdenv, python, bash }:
|
{ fetchurl, stdenv, python, bash }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "22.5.0";
|
version = "22.5.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "autojump-${version}";
|
name = "autojump-${version}";
|
||||||
@ -9,7 +9,7 @@ in
|
|||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://github.com/joelthelion/autojump/archive/release-v${version}.tar.gz";
|
url = "http://github.com/joelthelion/autojump/archive/release-v${version}.tar.gz";
|
||||||
name = "autojump-${version}.tar.gz";
|
name = "autojump-${version}.tar.gz";
|
||||||
sha256 = "00ai0j37ka3557a8m7ig44dby7v01pckwi8gl479vz5b5pw1z8cd";
|
sha256 = "17z9j9936x0nizwrzf664bngh60x5qbvrrf1s5qdzd0f2gdanpvn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python bash ];
|
buildInputs = [ python bash ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user