mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
v4l-utils: 1.6.3 -> 1.10.1
This fixes build after libjpeg(-turbo) update. /cc maintainers: @codypoel, @viric.
This commit is contained in:
parent
b1a07467d2
commit
6f07fdf469
|
@ -16,11 +16,11 @@ let
|
|||
in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "v4l-utils-1.6.3";
|
||||
name = "v4l-utils-1.10.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://linuxtv.org/downloads/v4l-utils/${name}.tar.bz2";
|
||||
sha256 = "0k46z5gqjzg702m2vs4sv6sxynq1sj14m0pgwvl2gkgg3dfbyjhn";
|
||||
sha256 = "1h1nhg5cmmzlbipak526nk4bm6d0yb217mll75f3rpg7kz1cqiv1";
|
||||
};
|
||||
|
||||
outputs = [ "dev" "out" ];
|
||||
|
|
Loading…
Reference in a new issue