opencv: 2.4.13 -> 2.4.13.7

It updates the repository URL to opencv/opencv. opencv2, p2pvc and
pfstools are built without errors but not really tested.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
Masanori Ogino 2020-11-05 20:50:18 +09:00
parent a06d6186b8
commit f1d3f6b2ca
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec {
pname = "opencv";
version = "2.4.13";
version = "2.4.13.7";
src = fetchFromGitHub {
owner = "Itseez";
owner = "opencv";
repo = "opencv";
rev = version;
sha256 = "1k29rxlvrhgc5hadg2nc50wa3d2ls9ndp373257p756a0aividxh";
sha256 = "062js7zhh4ixi2wk61wyi23qp9zsk5vw24iz2i5fab2hp97y5zq3";
};
patches =