Merge pull request #57891 from dtzWill/update/catch2-2.7.0

catch2: 2.6.0 -> 2.7.0
This commit is contained in:
Will Dietz 2019-03-25 20:28:33 -05:00 committed by GitHub
commit 08d35056ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "catch2-${version}";
version = "2.6.0";
version = "2.7.0";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
sha256="1p2y6fhxfmb48nl03xdg62nfrwssaaiw10vzr194z6srcj90n2r7";
sha256="05j01v4hmw0vv5vcj11pbngl200b3j2yvawk08fw9a249jzx6v1a";
};
nativeBuildInputs = [ cmake ];