summary refs log tree commit diff
path: root/pkgs/os-specific/linux/mwprocapture
diff options
context:
space:
mode:
authorMartin Wimpress <martin@wimpress.org>2023-08-08 10:09:25 +0100
committerCole Helbling <cole.e.helbling@outlook.com>2023-08-12 12:24:51 -0700
commit55ee834beab768101c0ef9e89b96e2d68b9af6b6 (patch)
treef583bacbdfddbb86e6379ec697d47d05eed35658 /pkgs/os-specific/linux/mwprocapture
parent31a86dc6037ed434cf3734874548d7f10c475b54 (diff)
downloadnixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar.gz
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar.bz2
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar.lz
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar.xz
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.tar.zst
nixpkgs-55ee834beab768101c0ef9e89b96e2d68b9af6b6.zip
linuxPackages.mwprocapture: 1.3.0.4328 -> 1.3.0.4373
Diffstat (limited to 'pkgs/os-specific/linux/mwprocapture')
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index 681307a00b2..9185f50674f 100644
--- a/pkgs/os-specific/linux/mwprocapture/default.nix
+++ b/pkgs/os-specific/linux/mwprocapture/default.nix
@@ -12,12 +12,12 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "mwprocapture";
-  subVersion = "4328";
+  subVersion = "4373";
   version = "1.3.0.${subVersion}-${kernel.version}";
 
   src = fetchurl {
     url = "https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz";
-    sha256 = "197l86ad52ijmmq5an6891gd1chhkxqiagamcchirrky4c50qs36";
+    sha256 = "sha256-/6q+6CTlgkHOgq1PF8dSPfl/xm/UFczr/AGkac2mXZ8=";
   };
 
   nativeBuildInputs = kernel.moduleBuildDependencies;
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
     homepage = "https://www.magewell.com/";
     description = "Linux driver for the Magewell Pro Capture family";
     license = licenses.unfreeRedistributable;
-    maintainers = with maintainers; [ MP2E ];
+    maintainers = with maintainers; [ flexiondotorg MP2E ];
     platforms = platforms.linux;
   };
 }