cppunit: 1.14.0
This commit is contained in:
parent
44db65d61c
commit
02f439d062
@ -1,15 +1,16 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "cppunit-1.13.2";
|
name = "cppunit-${version}";
|
||||||
|
version = "1.14.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz;
|
url = "http://dev-www.libreoffice.org/src/${name}.tar.gz";
|
||||||
sha256 = "17s2kzmkw3kfjhpp72rfppyd7syr7bdq5s69syj2nvrlwd3d4irz";
|
sha256 = "1027cyfx5gsjkdkaf6c2wnjh68882grw8n672018cj3vs9lrhmix";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://sourceforge.net/apps/mediawiki/cppunit/;
|
homepage = https://freedesktop.org/wiki/Software/cppunit/;
|
||||||
description = "C++ unit testing framework";
|
description = "C++ unit testing framework";
|
||||||
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user