3
0
Fork 0
forked from mirrors/nixpkgs

Upgrade cppunit to 1.13.2

This commit is contained in:
Rob Vermaas 2013-12-27 08:25:39 +01:00
parent 44c97e02f6
commit 8cb70b0b93

View file

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "cppunit-1.12.1";
name = "cppunit-1.13.2";
src = fetchurl {
url = mirror://sourceforge/cppunit/cppunit-1.12.1.tar.gz;
sha256 = "0jm49v5rmc5qw34vqs56gy8xja1dhci73bmh23cig4kcir6a0a5c";
url = http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz;
sha256 = "17s2kzmkw3kfjhpp72rfppyd7syr7bdq5s69syj2nvrlwd3d4irz";
};
meta = {