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