summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mwprocapture
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2019-01-21 02:41:25 -0800
committerCray Elliott <MP2E@archlinux.us>2019-02-21 01:11:09 -0800
commitda4484c9a6c4a1f2db3ab25c2fbf551d243f78b2 (patch)
treeeba905894c95a2e191f815d10f2a13014194adff /pkgs/os-specific/linux/mwprocapture
parent6959c375a5ba0092a0d76af5f1d6b263d85f240a (diff)
downloadnixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar.gz
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar.bz2
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar.lz
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar.xz
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.tar.zst
nixpkgs-da4484c9a6c4a1f2db3ab25c2fbf551d243f78b2.zip
mwprocapture: 1.2.3950 -> 1.2.4054
Diffstat (limited to 'pkgs/os-specific/linux/mwprocapture')
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index f6f6c10112a..9490bc91181 100644
--- a/pkgs/os-specific/linux/mwprocapture/default.nix
+++ b/pkgs/os-specific/linux/mwprocapture/default.nix
@@ -15,11 +15,11 @@ let
 in
 stdenv.mkDerivation rec {
   name = "mwprocapture-1.2.${version}-${kernel.version}";
-  version = "3950";
+  version = "4054";
 
   src = fetchurl {
     url = "http://www.magewell.com/files/drivers/ProCaptureForLinux_${version}.tar.gz";
-    sha256 = "1im3k533r6c0dx08h9wjfbhadzk7zawrxxaz7v94c92m3q133ys6";
+    sha256 = "0ylx75jcwlqds8w6lm11nxdlzxvy7xlz4rka2k5d6gmqa5fv19c2";
   };
 
   nativeBuildInputs = [ kernel.moduleBuildDependencies ];