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

This commit is contained in:
Jan Tojnar 2020-05-25 13:31:03 +02:00 committed by GitHub
commit 5518a646cd
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.0";
version = "1.18.1";
src = fetchurl {
url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
sha256 = "03c80acbv2znfxs1l32yx30znmjrqq7kxhiwl2309lpf5s10vdkc";
sha256 = "0hpkqm2bpg1ma2shjzcf6xsrpyjd8h5cakgh8a3iyh126wjl5z15";
};
outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];