Skip to content

Commit

Permalink
Merge pull request #36135 from romildo/upd.catch
Browse files Browse the repository at this point in the history
catch: 1.11.0 -> 1.12.0
  • Loading branch information
Mic92 committed Mar 1, 2018
2 parents 9436e04 + 87f8676 commit 1cb726b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/catch/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "catch-${version}";
version = "1.11.0";
version = "1.12.0";

src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch";
rev = "v${version}";
sha256 = "0v9yw7ydvhydp78hh7cmaif4h73k5qxqpm1g7xn8i882i3s84s2s";
sha256 = "0hkcmycvyyazzi9dywnyiipnmbx399iirh5xk5g957c8zl0505kd";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1cb726b

Please sign in to comment.