3
0
Fork 0
forked from mirrors/nixpkgs

catch: 1.1-3 -> 1.2.1

This commit is contained in:
Edward Tjörnhammar 2015-08-26 12:59:57 +02:00
parent 08a6b7aa46
commit 274f7bc117

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "catch-${version}";
version = "1.1-3";
version = "1.2.1";
src = fetchFromGitHub {
owner = "philsquared";
repo = "Catch";
rev = "c51e86819dc993d590e5d0adaf1952f4b53e5355";
sha256 = "0kgi7wxxysgjbpisqfj4dj0k19cyyai92f001zi8gzkybd4fkgv5";
rev = "v" + version;
sha256 = "0rz2nmvvh66x6w2nb7l08vc5x9aqg1qfz2qfiykaz1ybc19fwck2";
};
buildInputs = [ cmake ];