gitAndTools.hub: update from 1.11.1 to 1.12.0
This commit is contained in:
parent
db2776ee8a
commit
97298922e5
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hub-${version}";
|
name = "hub-${version}";
|
||||||
version = "1.11.1";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/github/hub/archive/v${version}.tar.gz";
|
url = "https://github.com/github/hub/archive/v${version}.tar.gz";
|
||||||
sha256 = "09wqxxzgrgcx6p3n3bhrb5ka3194qfwnli5j3frv37448hx6wd4n";
|
sha256 = "1lbl4dl7483q320qw4jm6mqq4dbbk3xncypxgg86zcdigxvw6igv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ rake makeWrapper ];
|
buildInputs = [ rake makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user