Show More
@@ -53,10 +53,10 b' self: super: {' | |||
|
53 | 53 | }; |
|
54 | 54 | in |
|
55 | 55 | super.lib.overrideDerivation subversionWithPython (oldAttrs: { |
|
56 |
name = "subversion-1.1 |
|
|
56 | name = "subversion-1.12.2"; | |
|
57 | 57 | src = self.fetchurl { |
|
58 |
url = "https://archive.apache.org/dist/subversion/subversion-1.1 |
|
|
59 | sha256 = "0xv5z2bg0lw7057g913yc13f60nfj257wvmsq22pr33m4syf26sg"; | |
|
58 | url = "https://archive.apache.org/dist/subversion/subversion-1.12.2.tar.gz"; | |
|
59 | sha256 = "1wr1pklnq67xdzmf237zj6l1hg43yshfkbxvpvd5sv6r0dk7v4pl"; | |
|
60 | 60 | }; |
|
61 | 61 | |
|
62 | 62 | ## use internal lz4/utf8proc because it is stable and shipped with SVN |
General Comments 0
You need to be logged in to leave comments.
Login now