catch2_3: 3.14.0 -> 3.15.0

This commit is contained in:
R. Ryantm 2026-05-12 15:40:54 +00:00
commit 37cad8f4e3

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.14.0";
version = "3.15.0";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
tag = "v${version}";
hash = "sha256-tegAa+cNF7pJcW33B+VZ86ZlDG7dwS3o6QnN/XvTI2A=";
hash = "sha256-1GBzS8jgJXb82BMMRuHWqszB1Xwg6wohmCuINWE7QoU=";
};
patches = lib.optionals stdenv.cc.isClang [