Bump git-repo to 1.21

Still no versioned URL, but there’s been a new release. SHA1 pulled
from http://source.android.com/source/downloading.html#installing-repo.

+3 -3
+3 -3
pkgs/applications/version-management/git-repo/default.nix
··· 1 1 { stdenv, fetchurl, python }: 2 2 3 3 stdenv.mkDerivation { 4 - name = "git-repo-1.20"; 4 + name = "git-repo-1.21"; 5 5 src = fetchurl { 6 - # I could not find a versioned url for the 1.20 version. In case 6 + # I could not find a versioned url for the 1.21 version. In case 7 7 # the sha mismatches, check the homepage for new version and sha. 8 8 url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo"; 9 - sha1 = "e197cb48ff4ddda4d11f23940d316e323b29671c"; 9 + sha1 = "b8bd1804f432ecf1bab730949c82b93b0fc5fede"; 10 10 }; 11 11 12 12 unpackPhase = "true";