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

libv4l: 1.22.1 -> 1.24.1

authored by Weijia Wang and committed by GitHub 21de803f 7ab8cfe6

+2 -2
+2 -2
pkgs/os-specific/linux/v4l-utils/default.nix
··· 12 # we need to use stdenv.mkDerivation in order not to pollute the libv4l’s closure with Qt 13 in stdenv.mkDerivation rec { 14 pname = "v4l-utils"; 15 - version = "1.22.1"; 16 17 src = fetchurl { 18 url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2"; 19 - hash = "sha256-Zcb76DCkTKEFxEOwJxgsGyyQU6kdHnKthJ36s4i5TjE="; 20 }; 21 22 outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];
··· 12 # we need to use stdenv.mkDerivation in order not to pollute the libv4l’s closure with Qt 13 in stdenv.mkDerivation rec { 14 pname = "v4l-utils"; 15 + version = "1.24.1"; 16 17 src = fetchurl { 18 url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2"; 19 + hash = "sha256-y7f+imMH9c5TOgXN7XC7k8O6BjlaubbQB+tTt12AX1s="; 20 }; 21 22 outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];