opencv: add missing hash for ipp support (#383097)

authored by

K900 and committed by
GitHub
9313d9bd 9bd398d5

+2 -1
+2 -1
pkgs/development/libraries/opencv/4.x.nix
··· 141 141 owner = "opencv"; 142 142 repo = "opencv_3rdparty"; 143 143 rev = "7f55c0c26be418d494615afca15218566775c725"; 144 - hash = ""; 144 + hash = "sha256-XbmS+FXUL8MAG7kawbDkb2XHG9R0DpPhiYhq/18eTnY="; 145 145 } + "/ippicv"; 146 146 files = let name = platform: "ippicv_2021.10.0_${platform}_20230919_general.tgz"; in 147 147 if effectiveStdenv.hostPlatform.system == "x86_64-linux" then ··· 555 555 556 556 tests = { 557 557 inherit (gst_all_1) gst-plugins-bad; 558 + withIpp = opencv4.override { enableIpp = true; }; 558 559 } 559 560 // optionalAttrs (!effectiveStdenv.hostPlatform.isDarwin) { inherit qimgv; } 560 561 // optionalAttrs (!enablePython) { pythonEnabled = pythonPackages.opencv4; }