Merge pull request #77021 from r-ryantm/auto-update/catch2

catch2: 2.11.0 -> 2.11.1
This commit is contained in:
Mario Rodas 2020-01-08 05:08:40 -05:00 committed by GitHub
commit ded88c2c29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
sha256="1b07drrclvxj17s67ivypr9vr27rg0m36jqnrbci6f4wsp1b0gbl";
sha256="1jijj72cas6k5hckkxqppbv1inlwbca37p0ixzs3vzm2jhnd7z31";
};
nativeBuildInputs = [ cmake ];