subversionClient: 1.10.2 -> 1.10.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/subversion-client/versions
This commit is contained in:
R. RyanTM 2018-10-13 19:23:17 -07:00 committed by Frederik Rietdijk
parent 29eab7234e
commit c5e2470b2e
1 changed files with 2 additions and 2 deletions

View File

@ -121,8 +121,8 @@ in {
};
subversion_1_10 = common {
version = "1.10.2";
sha256 = "127dysfc31q4dhbbxaznh9kqixy9jd44kgwji2gdwj6rb2lf6dav";
version = "1.10.3";
sha256 = "1z6r3n91a4znsh68rl3jisfr7k4faymhbpalmmvsmvsap34al3cz";
extraBuildInputs = [ lz4 utf8proc ];
};
}