Skip to content

Commit

Permalink
catch2: 2.13.2 -> 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 11, 2020
1 parent 51a1f28 commit 145f20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/catch2/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "catch2";
version = "2.13.2";
version = "2.13.3";

src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
sha256="100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach";
sha256="0m7pwsam1nb93akgnf5fxi737pgbrbcj0y28bavhzcss7yrm4gys";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 145f20d

Please sign in to comment.