Skip to content

Commit

Permalink
Revert "cppunit: 1.14.0"
Browse files Browse the repository at this point in the history
This reverts commit 12f4609.
  • Loading branch information
fpletz committed Sep 18, 2017
1 parent 2cbe948 commit 49c3ca3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/development/libraries/cppunit/default.nix
@@ -1,16 +1,15 @@
{stdenv, fetchurl}:

stdenv.mkDerivation rec {
name = "cppunit-${version}";
version = "1.14.0";
stdenv.mkDerivation {
name = "cppunit-1.13.2";

src = fetchurl {
url = "http://dev-www.libreoffice.org/src/${name}.tar.gz";
sha256 = "1027cyfx5gsjkdkaf6c2wnjh68882grw8n672018cj3vs9lrhmix";
url = http://dev-www.libreoffice.org/src/cppunit-1.13.2.tar.gz;
sha256 = "17s2kzmkw3kfjhpp72rfppyd7syr7bdq5s69syj2nvrlwd3d4irz";
};

meta = {
homepage = https://freedesktop.org/wiki/Software/cppunit/;
homepage = https://sourceforge.net/apps/mediawiki/cppunit/;
description = "C++ unit testing framework";
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
};
Expand Down

0 comments on commit 49c3ca3

Please sign in to comment.