opencv: 4.11.0 -> 4.12.0 (#440022)

This commit is contained in:
Martin Weinelt
2025-09-06 02:00:45 +02:00
committed by GitHub
+2 -2
View File
@@ -103,7 +103,7 @@ let
;
inherit (lib.trivial) flip;
version = "4.11.0";
version = "4.12.0";
# It's necessary to consistently use backendStdenv when building with CUDA
# support, otherwise we get libstdc++ errors downstream
@@ -114,7 +114,7 @@ let
owner = "opencv";
repo = "opencv";
tag = version;
hash = "sha256-oiU4CwoMfuUbpDtujJVTShMCzc5GsnIaprC4DzkSzEM=";
hash = "sha256-TZdEeZyBY3vCI53g4VDMzl3AASMuXAZKrSH/+XlxR7c=";
};
contribSrc = fetchFromGitHub {