gitAndTools.git-subrepo: 0.4.0 -> 0.4.1
This commit is contained in:
parent
4311cfa157
commit
b467436ebb
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-subrepo";
|
pname = "git-subrepo";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ingydotnet";
|
owner = "ingydotnet";
|
||||||
repo = "git-subrepo";
|
repo = "git-subrepo";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05m2dm9gq2nggwnxxdyq2kjj584sn2lxk66pr1qhjxnk81awj9l7";
|
sha256 = "0n10qnc8kyms6cv65k1n5xa9nnwpwbjn9h2cq47llxplawzqgrvp";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue