We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f0bdca8 commit 076e3aeCopy full SHA for 076e3ae
pkgs/applications/version-management/git-repo/default.nix
@@ -1,12 +1,12 @@
1
{ stdenv, fetchurl, python }:
2
3
stdenv.mkDerivation {
4
- name = "git-repo-1.22";
+ name = "git-repo-1.23";
5
src = fetchurl {
6
# I could not find a versioned url for the 1.21 version. In case
7
# the sha mismatches, check the homepage for new version and sha.
8
url = "http://commondatastorage.googleapis.com/git-repo-downloads/repo";
9
- sha1 = "da0514e484f74648a890c0467d61ca415379f791";
+ sha256 = "1i8xymxh630a7d5nkqi49nmlwk77dqn36vsygpyhri464qwz0iz1";
10
};
11
12
unpackPhase = "true";
0 commit comments