Merge pull request #273712 from dotlambda/catch2-3.5.0

catch2_3: 3.4.0 -> 3.5.0
This commit is contained in:
Robert Schütz 2024-01-02 11:40:16 +01:00 committed by GitHub
commit 8e1d5d4169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-DqGGfNjKPW9HFJrX9arFHyNYjB61uoL6NabZatTWrr0=";
hash = "sha256-jXrLZiVHi/TAZ0lEENHkCYlcCW59wOrXCfz1mHBFEfQ=";
};
nativeBuildInputs = [