about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-09-16 19:12:51 +0200
committerEdward Tjörnhammar <ed@cflags.cc>2015-09-16 19:13:27 +0200
commitf02eed27f9010977f1e161eb46de9d3a96256b13 (patch)
tree2e1f4700433d5f36ca94ab42959424bf53ea29dd /pkgs/applications
parentb95bec7917c71e9d724b2ef846a7499c2ac53c65 (diff)
downloadnixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar.gz
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar.bz2
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar.lz
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar.xz
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.tar.zst
nixlib-f02eed27f9010977f1e161eb46de9d3a96256b13.zip
gitRepo: 1.21 -> 1.22
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-repo/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-repo/default.nix b/pkgs/applications/version-management/git-repo/default.nix
index a697aaa08a1a..dc5c2231a7a1 100644
--- a/pkgs/applications/version-management/git-repo/default.nix
+++ b/pkgs/applications/version-management/git-repo/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, python }:
 
 stdenv.mkDerivation {
-  name = "git-repo-1.21";
+  name = "git-repo-1.22";
   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 = "b8bd1804f432ecf1bab730949c82b93b0fc5fede";
+    sha1 = "da0514e484f74648a890c0467d61ca415379f791";
   };
 
   unpackPhase = "true";
@@ -20,4 +20,4 @@ stdenv.mkDerivation {
     homepage = "http://source.android.com/source/downloading.html";
     description = "Android's repo management tool";
   };
-}
\ No newline at end of file
+}