Skip to content

Commit

Permalink
catch2: 2.12.1 -> 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed May 30, 2020
1 parent b790e8b commit 71fd66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/catch2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "catch2";
version = "2.12.1";
version = "2.12.2";

src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
sha256="163198lizcr84ify34xjj1955rcgsqhwn87dwifiwyamnggn445f";
sha256="17fr2k0jhdcrmmvvb9d8igmjbyads3hkdrakvmrpgc82srm78jcc";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 71fd66e

Please sign in to comment.