catch2_3: 3.7.1 -> 3.8.0

This commit is contained in:
R. Ryantm
2025-01-06 00:50:50 +00:00
parent 55d82ef11d
commit c901a94dac

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.7.1";
version = "3.8.0";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-Zt53Qtry99RAheeh7V24Csg/aMW25DT/3CN/h+BaeoM=";
hash = "sha256-2gK+CUpml6AaHcwNoq0tHLr2NwqtMPx+jP80/LLFFr4=";
};
nativeBuildInputs = [