catch2_3: 3.8.0 -> 3.8.1 (#397469)

This commit is contained in:
dotlambda
2025-04-09 22:29:59 -07:00
committed by GitHub
+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 = [