3
0
Fork 0
forked from mirrors/nixpkgs

subversion_1_10: 1.10.6 -> 1.10.7

Fixes CVE-2020-17525.

Release announcement:
https://lists.apache.org/thread.html/r86eb93bd4e12c126203f61e9bd42f9a3905117842b481d20e15fd61f%40%3Cannounce.subversion.apache.org%3E
This commit is contained in:
Thomas Gerbet 2021-04-17 10:54:22 +02:00
parent e1e163ee09
commit b660a15ba8

View file

@ -112,8 +112,8 @@ let
in {
subversion_1_10 = common {
version = "1.10.6";
sha256 = "19zc215mhpnm92mlyl5jbv57r5zqp6cavr3s2g9yglp6j4kfgj0q";
version = "1.10.7";
sha256 = "1nhrd8z6c94sc0ryrzpyd98qdn5a5g3x0xv1kdb9da4drrk8y2ww";
extraBuildInputs = [ lz4 utf8proc ];
};