Merge pull request #53460 from markuskowa/upd-v4lutils

v4l-utils: 1.16.2 -> 1.16.5
This commit is contained in:
markuskowa 2019-04-09 23:06:08 +02:00 committed by GitHub
commit 074b7e3ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
name = "v4l-utils-${version}";
version = "1.16.2";
version = "1.16.5";
src = fetchurl {
url = "https://linuxtv.org/downloads/v4l-utils/${name}.tar.bz2";
sha256 = "0iwfdp4ghzd6l9qg5545032vwmqy2rnhk0xf1g9mad67l74hhckc";
sha256 = "06yz34ncrpxshs9w2nqz62xj4wm7hni1fvjnvjhifl1q20jj907d";
};
outputs = [ "out" "dev" ];