libv4l: 1.18.0 -> 1.18.1

This commit is contained in:
R. RyanTM 2020-05-10 18:47:02 +00:00
parent 2e192dc5db
commit ec7e931c90

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