catch2_3: 3.2.0 -> 3.2.1

https://github.com/catchorg/Catch2/releases/tag/v3.2.1
This commit is contained in:
Robert Schütz 2022-12-10 13:58:28 -08:00 committed by Robert Schütz
parent 9e60c8d65d
commit 0483b2b2e6

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-duUafkOy0pxhRj84pm7nkfhJnLIygVnFmFAJIyx0JEY=";
hash = "sha256-e5S3K0kYCB6nVZDi/DVKzMvrVk6IgXC2g7217sr8xUo=";
};
nativeBuildInputs = [