3
0
Fork 0
forked from mirrors/nixpkgs

catch: 1.9.6 -> 1.11.0

This commit is contained in:
José Romildo Malaquias 2017-11-17 20:10:19 -02:00
parent 399a22e984
commit 0c3a544f91

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "catch-${version}"; name = "catch-${version}";
version = "1.9.6"; version = "1.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "philsquared"; owner = "catchorg";
repo = "Catch"; repo = "Catch";
rev = "v${version}"; rev = "v${version}";
sha256 = "0nqnyw6haa2771748ycag4hhjb8ni32cv4f7w3h0pji212542xan"; sha256 = "0v9yw7ydvhydp78hh7cmaif4h73k5qxqpm1g7xn8i882i3s84s2s";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];