opencv: update contrib and test data
This was missed during the 4.12 update and didn't stand out while testing the update.
This commit is contained in:
@@ -121,14 +121,14 @@ let
|
||||
owner = "opencv";
|
||||
repo = "opencv_contrib";
|
||||
tag = version;
|
||||
hash = "sha256-YNd96qFJ8SHBgDEEsoNps888myGZdELbbuYCae9pW3M=";
|
||||
hash = "sha256-3tbscRFryjCynIqh0OWec8CUjXTeIDxOGJkHTK2aIao=";
|
||||
};
|
||||
|
||||
testDataSrc = fetchFromGitHub {
|
||||
owner = "opencv";
|
||||
repo = "opencv_extra";
|
||||
tag = version;
|
||||
hash = "sha256-EqlGlemztYlk03MX1LAviArWT+OA3/qL3jfgHYC+SP8=";
|
||||
hash = "sha256-f8PZyFLdfixt1ApjMc9Cvj9nfEaDRUszSeEfCsWziis=";
|
||||
};
|
||||
|
||||
# Contrib must be built in order to enable Tesseract support:
|
||||
|
||||
Reference in New Issue
Block a user