##// END OF EJS Templates
svn: bumped to version 1.9.7 with latest security releases
marcink -
r253:b656298d default
parent child Browse files
Show More
@@ -36,11 +36,12 b' let'
36 36 in
37 37
38 38 pkgs.lib.overrideDerivation subversionWithPython (oldAttrs: {
39 patches = (oldAttrs.patches or []) ++
40 pkgs.lib.optionals pkgs.stdenv.isDarwin [
41 # johbo: "import svn.client" fails on darwin currently.
42 ./pkgs/subversion-1.9.4-darwin.patch
43 ];
39 name = "subversion-1.9.7";
40 src = pkgs.fetchurl {
41 url = "https://www.apache.org/dist/subversion/subversion-1.9.7.tar.gz";
42 sha256 = "0g3cs2h008z8ymgkhbk54jp87bjh7y049rn42igj881yi2f20an7";
43 };
44
44 45 });
45 46
46 47 });
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now