Unverified Commit 5e00e25a authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

opencv: 4.11.0 -> 4.12.0 (#440022)

parents 545ea77c 3b2289cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {