Show More
@@ -2,10 +2,10 b' self: super: {' | |||
|
2 | 2 | |
|
3 | 3 | # bump GIT version |
|
4 | 4 | git = super.lib.overrideDerivation super.git (oldAttrs: { |
|
5 |
name = "git-2.2 |
|
|
5 | name = "git-2.24.1"; | |
|
6 | 6 | src = self.fetchurl { |
|
7 |
url = "https://www.kernel.org/pub/software/scm/git/git-2.2 |
|
|
8 | sha256 = "0rv0y45gcd3h191isppn77acih695v4pipdj031jvs9rd1ds0kr3"; | |
|
7 | url = "https://www.kernel.org/pub/software/scm/git/git-2.24.1.tar.xz"; | |
|
8 | sha256 = "0ql5z31vgl7b785gwrf00m129mg7zi9pa65n12ij3mpxx3f28gvj"; | |
|
9 | 9 | }; |
|
10 | 10 | |
|
11 | 11 | # patches come from: https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/version-management/git-and-tools/git |
General Comments 0
You need to be logged in to leave comments.
Login now