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

View File

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