Merge pull request #92626 from r-ryantm/auto-update/v4l-utils
libv4l: 1.18.1 -> 1.20.0
This commit is contained in:
commit
4538cb330d
@ -12,11 +12,11 @@ let
|
|||||||
# we need to use stdenv.mkDerivation in order not to pollute the libv4l’s closure with Qt
|
# we need to use stdenv.mkDerivation in order not to pollute the libv4l’s closure with Qt
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "v4l-utils";
|
pname = "v4l-utils";
|
||||||
version = "1.18.1";
|
version = "1.20.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
|
url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0hpkqm2bpg1ma2shjzcf6xsrpyjd8h5cakgh8a3iyh126wjl5z15";
|
sha256 = "1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];
|
outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user