cppunit: 1.14.0 -> 1.15.0

This commit is contained in:
R. RyanTM 2019-12-22 22:39:24 -08:00
parent f79e10061f
commit 2fdb7f4f97

@ -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; {