catch2: 2.13.3 -> 2.13.4

This commit is contained in:
R. RyanTM 2021-01-18 12:15:03 +00:00
parent ef2abc20bc
commit 91f44a1590

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "2.13.3";
version = "2.13.4";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
sha256="0m7pwsam1nb93akgnf5fxi737pgbrbcj0y28bavhzcss7yrm4gys";
sha256="sha256-8tR8MCFYK5XXtJQaIuZ59PJ3h3UYbfXKkaOfcBRt1Xo=";
};
nativeBuildInputs = [ cmake ];