Merge pull request #228842 from r-ryantm/auto-update/libv4l

libv4l: 1.22.1 -> 1.24.1
This commit is contained in:
Weijia Wang 2023-05-24 01:53:18 +03:00 committed by GitHub
commit 21de803f6b
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.22.1";
version = "1.24.1";
src = fetchurl {
url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
hash = "sha256-Zcb76DCkTKEFxEOwJxgsGyyQU6kdHnKthJ36s4i5TjE=";
hash = "sha256-y7f+imMH9c5TOgXN7XC7k8O6BjlaubbQB+tTt12AX1s=";
};
outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];