Merge pull request #92626 from r-ryantm/auto-update/v4l-utils

libv4l: 1.18.1 -> 1.20.0
This commit is contained in:
Marek Mahut 2020-07-25 04:55:20 +02:00 committed by GitHub
commit 4538cb330d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@ let
# we need to use stdenv.mkDerivation in order not to pollute the libv4ls closure with Qt
in stdenv.mkDerivation rec {
pname = "v4l-utils";
version = "1.18.1";
version = "1.20.0";
src = fetchurl {
url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
sha256 = "0hpkqm2bpg1ma2shjzcf6xsrpyjd8h5cakgh8a3iyh126wjl5z15";
sha256 = "1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm";
};
outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];