···11{ stdenv, fetchurl, python }:
2233stdenv.mkDerivation {
44- name = "git-repo-1.20";
44+ name = "git-repo-1.21";
55 src = fetchurl {
66- # I could not find a versioned url for the 1.20 version. In case
66+ # I could not find a versioned url for the 1.21 version. In case
77 # the sha mismatches, check the homepage for new version and sha.
88 url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo";
99- sha1 = "e197cb48ff4ddda4d11f23940d316e323b29671c";
99+ sha1 = "b8bd1804f432ecf1bab730949c82b93b0fc5fede";
1010 };
11111212 unpackPhase = "true";