gitRepo: 1.22 -> 1.23

This commit is contained in:
Graham Christensen 2016-11-28 14:46:47 -05:00
parent f0bdca82c0
commit 076e3ae32c
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl, python }:
stdenv.mkDerivation {
name = "git-repo-1.22";
name = "git-repo-1.23";
src = fetchurl {
# 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.
url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo";
sha1 = "da0514e484f74648a890c0467d61ca415379f791";
sha256 = "1i8xymxh630a7d5nkqi49nmlwk77dqn36vsygpyhri464qwz0iz1";
};
unpackPhase = "true";