Merge pull request #102918 from omasanori/opencv/update-2.4.13.7

opencv: 2.4.13 -> 2.4.13.7
This commit is contained in:
Maximilian Bosch 2020-11-11 10:56:23 +01:00 committed by GitHub
commit 13b5c8a4db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opencv"; pname = "opencv";
version = "2.4.13"; version = "2.4.13.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Itseez"; owner = "opencv";
repo = "opencv"; repo = "opencv";
rev = version; rev = version;
sha256 = "1k29rxlvrhgc5hadg2nc50wa3d2ls9ndp373257p756a0aividxh"; sha256 = "062js7zhh4ixi2wk61wyi23qp9zsk5vw24iz2i5fab2hp97y5zq3";
}; };
patches = patches =
@ -87,6 +87,5 @@ stdenv.mkDerivation rec {
license = licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; platforms = platforms.linux;
broken = true;
}; };
} }