catch2_3: 3.1.0 -> 3.1.1

https://github.com/catchorg/Catch2/releases/tag/v3.1.1
This commit is contained in:
Robert Schütz 2022-11-07 15:28:02 -08:00 committed by Robert Schütz
parent 61dcd8abc4
commit d3ea3da740

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-bp/KLTr754txVUTAauJFrsxGKgZicUEe40CZBDkxRwk=";
hash = "sha256-l/bqW32c1vAzE3jN01VystZXuH2ZiOQGgXkh/Mcq2eI=";
};
nativeBuildInputs = [