3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #66169 from r-ryantm/auto-update/subversion-client

subversionClient: 1.12.0 -> 1.12.2
This commit is contained in:
Aaron Andersen 2019-08-10 09:09:38 -04:00 committed by GitHub
commit 9267328b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,8 +123,8 @@ in {
};
subversion = common {
version = "1.12.0";
sha256 = "1prfbrd1jnndb5fcsvwnzvdi7c0bpirb6pmfq03w21x0v1rprbkz";
version = "1.12.2";
sha256 = "0wgpw3kzsiawzqk4y0xgh1z93kllxydgv4lsviim45y5wk4bbl1v";
extraBuildInputs = [ lz4 utf8proc ];
};
}