##// END OF EJS Templates
dependencies: bumped GIT to 2.17.2 to address the security issues found in GIT
marcink -
r530:73fe9e12 stable
parent child Browse files
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.1";
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.1.tar.xz";
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