summary refs log tree commit diff
path: root/pkgs/os-specific/linux/v4l-utils
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 19:39:29 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 19:39:29 +0000
commit1b941508f12c9d602aaecde8fdd064b9c60bd274 (patch)
tree7037b8644dde66ef45ec4429dde151c914aa4ec5 /pkgs/os-specific/linux/v4l-utils
parent6eeb612a9b6160df2e110021d93bef3e6e538b9a (diff)
downloadnixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar.gz
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar.bz2
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar.lz
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar.xz
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.tar.zst
nixpkgs-1b941508f12c9d602aaecde8fdd064b9c60bd274.zip
libv4l: 1.18.1 -> 1.20.0
Diffstat (limited to 'pkgs/os-specific/linux/v4l-utils')
-rw-r--r--pkgs/os-specific/linux/v4l-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/v4l-utils/default.nix b/pkgs/os-specific/linux/v4l-utils/default.nix
index c23c37aa56d..6a46db0dbac 100644
--- a/pkgs/os-specific/linux/v4l-utils/default.nix
+++ b/pkgs/os-specific/linux/v4l-utils/default.nix
@@ -12,11 +12,11 @@ let
 # we need to use stdenv.mkDerivation in order not to pollute the libv4l’s closure with Qt
 in stdenv.mkDerivation rec {
   pname = "v4l-utils";
-  version = "1.18.1";
+  version = "1.20.0";
 
   src = fetchurl {
     url = "https://linuxtv.org/downloads/${pname}/${pname}-${version}.tar.bz2";
-    sha256 = "0hpkqm2bpg1ma2shjzcf6xsrpyjd8h5cakgh8a3iyh126wjl5z15";
+    sha256 = "1xr66y6w422hil6s7n8d61a2vhwh4im8l267amf41jvw7xqihqcm";
   };
 
   outputs = [ "out" ] ++ lib.optional withUtils "lib" ++ [ "dev" ];