mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
autojump: 22.2.4 -> 22.5.0
This commit is contained in:
parent
840db709eb
commit
bf0b20bb01
@ -1,7 +1,7 @@
|
||||
{ fetchurl, stdenv, python, bash }:
|
||||
|
||||
let
|
||||
version = "22.2.4";
|
||||
version = "22.5.0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "autojump-${version}";
|
||||
@ -9,7 +9,7 @@ in
|
||||
src = fetchurl {
|
||||
url = "http://github.com/joelthelion/autojump/archive/release-v${version}.tar.gz";
|
||||
name = "autojump-${version}.tar.gz";
|
||||
sha256 = "816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475";
|
||||
sha256 = "00ai0j37ka3557a8m7ig44dby7v01pckwi8gl479vz5b5pw1z8cd";
|
||||
};
|
||||
|
||||
buildInputs = [ python bash ];
|
||||
|
Loading…
Reference in New Issue
Block a user