about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-15 18:12:57 +0200
committerGitHub <noreply@github.com>2024-04-15 18:12:57 +0200
commitfee55b522c04e999f881fd32bf7c45bdee63d07b (patch)
treeff96426c2b09fb645236881c096f305a3daff0fc /pkgs/os-specific
parentc0293790177375dd7632e94e5b5c4ce28b8d4206 (diff)
parent3dcf7c5c245dad0eab734da16e873b45a9555d45 (diff)
Merge pull request #302797 from flexiondotorg/mwprocapture-4390
linuxPackages.mwprocapture: 1.3.0.4373 -> 1.3.0.4390
Diffstat (limited to 'pkgs/os-specific')
-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 9185f50674ff9..a90a8716cca92 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 = "4373";
+  subVersion = "4390";
   version = "1.3.0.${subVersion}-${kernel.version}";
 
   src = fetchurl {
     url = "https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz";
-    sha256 = "sha256-/6q+6CTlgkHOgq1PF8dSPfl/xm/UFczr/AGkac2mXZ8=";
+    sha256 = "sha256-HOVAR9auc8ulENPLoI0scdCMZoSbDYkTaCLgZoFG7eU=";
   };
 
   nativeBuildInputs = kernel.moduleBuildDependencies;