libv4l: 1.18.1 -> 1.20.0

This commit is contained in:
R. RyanTM 2020-07-07 19:39:29 +00:00
parent 6eeb612a9b
commit 1b941508f1

@ -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" ];