Show More
@@ -1,10 +1,10 b'' | |||
|
1 | 1 | self: super: { |
|
2 | 2 | # bump GIT version |
|
3 | 3 | git = super.lib.overrideDerivation super.git (oldAttrs: { |
|
4 |
name = "git-2.17. |
|
|
4 | name = "git-2.17.2"; | |
|
5 | 5 | src = self.fetchurl { |
|
6 |
url = "https://www.kernel.org/pub/software/scm/git/git-2.17. |
|
|
7 | sha256 = "0pm6bdnrrm165k3krnazxcxadifk2gqi30awlbcf9fism1x6w4vr"; | |
|
6 | url = "https://www.kernel.org/pub/software/scm/git/git-2.17.2.tar.xz"; | |
|
7 | sha256 = "1ghljlxmyqphx13qspy382cpl2pbkbwbhqm7w7z57r9mkhswx668"; | |
|
8 | 8 | }; |
|
9 | 9 | |
|
10 | 10 | patches = [ |
General Comments 0
You need to be logged in to leave comments.
Login now