about summary refs log tree commit diff
path: root/pkgs/applications/version-management/git-repo
diff options
context:
space:
mode:
authorGraham Christensen <graham@tumblr.com>2016-11-28 14:46:47 -0500
committerGraham Christensen <graham@tumblr.com>2016-11-28 14:48:49 -0500
commit076e3ae32cb40b590a50bffdcf1ee5da85bfabe9 (patch)
treeb208305b66ad3491610b782cd3c242123d18d51c /pkgs/applications/version-management/git-repo
parentf0bdca82c0ce446c827f9f4b10381e558f0a9c31 (diff)
gitRepo: 1.22 -> 1.23
Diffstat (limited to 'pkgs/applications/version-management/git-repo')
-rw-r--r--pkgs/applications/version-management/git-repo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-repo/default.nix b/pkgs/applications/version-management/git-repo/default.nix
index ad3311d967ae0..001aa0c5b0973 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.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";