Merge pull request #76225 from r-ryantm/auto-update/cppunit

cppunit: 1.14.0 -> 1.15.0
This commit is contained in:
markuskowa 2020-01-15 16:28:50 +01:00 committed by GitHub
commit f5e30e2107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cppunit";
version = "1.14.0";
version = "1.15.0";
src = fetchurl {
url = "https://dev-www.libreoffice.org/src/${pname}-${version}.tar.gz";
sha256 = "1027cyfx5gsjkdkaf6c2wnjh68882grw8n672018cj3vs9lrhmix";
sha256 = "08j9hc11yl07ginsf282pshn6zpy96yhzf7426sfn10f8gdxyq8w";
};
meta = with stdenv.lib; {