##// END OF EJS Templates
dependencies: bumped svn to 1.9.9
marcink -
r488:5b342037 default
parent child Browse files
Show More
@@ -27,10 +27,10 b' self: super: {'
27 };
27 };
28 in
28 in
29 super.lib.overrideDerivation subversionWithPython (oldAttrs: {
29 super.lib.overrideDerivation subversionWithPython (oldAttrs: {
30 name = "subversion-1.9.7";
30 name = "subversion-1.9.9";
31 src = self.fetchurl {
31 src = self.fetchurl {
32 url = "https://www.apache.org/dist/subversion/subversion-1.9.7.tar.gz";
32 url = "https://archive.apache.org/dist/subversion/subversion-1.9.9.tar.gz";
33 sha256 = "0g3cs2h008z8ymgkhbk54jp87bjh7y049rn42igj881yi2f20an7";
33 sha256 = "0f0ivhv6mjrpmlxa6a81zsjqdpw6y06ivszky7x5fz5h34c05lr8";
34 };
34 };
35 });
35 });
36
36
General Comments 0
You need to be logged in to leave comments. Login now