Skip to content

Commit 076e3ae

Browse files
author
Graham Christensen
committedNov 28, 2016
gitRepo: 1.22 -> 1.23
1 parent f0bdca8 commit 076e3ae

File tree

1 file changed

+2
-2
lines changed
  • pkgs/applications/version-management/git-repo

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/applications/version-management/git-repo/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{ stdenv, fetchurl, python }:
22

33
stdenv.mkDerivation {
4-
name = "git-repo-1.22";
4+
name = "git-repo-1.23";
55
src = fetchurl {
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";
9-
sha1 = "da0514e484f74648a890c0467d61ca415379f791";
9+
sha256 = "1i8xymxh630a7d5nkqi49nmlwk77dqn36vsygpyhri464qwz0iz1";
1010
};
1111

1212
unpackPhase = "true";

0 commit comments

Comments
 (0)
Please sign in to comment.