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