gitRepo: 1.21 -> 1.22
This commit is contained in:
parent
b95bec7917
commit
f02eed27f9
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, python }:
|
{ stdenv, fetchurl, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "git-repo-1.21";
|
name = "git-repo-1.22";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# I could not find a versioned url for the 1.21 version. In case
|
# I could not find a versioned url for the 1.21 version. In case
|
||||||
# the sha mismatches, check the homepage for new version and sha.
|
# the sha mismatches, check the homepage for new version and sha.
|
||||||
url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo";
|
url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo";
|
||||||
sha1 = "b8bd1804f432ecf1bab730949c82b93b0fc5fede";
|
sha1 = "da0514e484f74648a890c0467d61ca415379f791";
|
||||||
};
|
};
|
||||||
|
|
||||||
unpackPhase = "true";
|
unpackPhase = "true";
|
||||||
@ -20,4 +20,4 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://source.android.com/source/downloading.html";
|
homepage = "http://source.android.com/source/downloading.html";
|
||||||
description = "Android's repo management tool";
|
description = "Android's repo management tool";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user