catch2_3: 3.8.0 -> 3.8.1

This commit is contained in:
R. Ryantm
2025-04-09 20:19:51 +00:00
parent b1dd7557c3
commit 51eb804bd1
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "catch2";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = "catchorg";
repo = "Catch2";
rev = "v${version}";
hash = "sha256-2gK+CUpml6AaHcwNoq0tHLr2NwqtMPx+jP80/LLFFr4=";
hash = "sha256-blhSdtNXwe4wKPVKlopsE0omgikMdl12JjwqASwJM2w=";
};
nativeBuildInputs = [