Show More
@@ -53,10 +53,10 b' self: super: {' | |||||
53 | }; |
|
53 | }; | |
54 | in |
|
54 | in | |
55 | super.lib.overrideDerivation subversionWithPython (oldAttrs: { |
|
55 | super.lib.overrideDerivation subversionWithPython (oldAttrs: { | |
56 |
name = "subversion-1.1 |
|
56 | name = "subversion-1.13.0"; | |
57 | src = self.fetchurl { |
|
57 | src = self.fetchurl { | |
58 |
url = "https://archive.apache.org/dist/subversion/subversion-1.1 |
|
58 | url = "https://archive.apache.org/dist/subversion/subversion-1.13.0.tar.gz"; | |
59 | sha256 = "1wr1pklnq67xdzmf237zj6l1hg43yshfkbxvpvd5sv6r0dk7v4pl"; |
|
59 | sha256 = "0cb9p7f5hg0l4k32hz8vmvy2r45igchq5sh4m366za5q0c649bfs"; | |
60 | }; |
|
60 | }; | |
61 |
|
61 | |||
62 | ## use internal lz4/utf8proc because it is stable and shipped with SVN |
|
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