mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
gitRepo: 1.22 -> 1.23
This commit is contained in:
parent
f0bdca82c0
commit
076e3ae32c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user