Skip to content

Commit

Permalink
mwprocapture: 1.2.4054 -> 1.2.4177
Browse files Browse the repository at this point in the history
(cherry picked from commit 9a57b0b)

Reason: mwprocapture build is broken on 20.03, 1.2.4054 does not
compile with Linux 5.4.
  • Loading branch information
pwetzel authored and Cray Elliott committed Jun 19, 2020
1 parent 07e2936 commit 199de04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/mwprocapture/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let
in
stdenv.mkDerivation rec {
name = "mwprocapture-1.2.${version}-${kernel.version}";
version = "4054";
version = "4177";

src = fetchurl {
url = "http://www.magewell.com/files/drivers/ProCaptureForLinux_${version}.tar.gz";
sha256 = "0ylx75jcwlqds8w6lm11nxdlzxvy7xlz4rka2k5d6gmqa5fv19c2";
sha256 = "1nf51w9yixpvr767k49sfdb9n9rv5qc72f5yki1mkghbmabw7vys";
};

nativeBuildInputs = [ kernel.moduleBuildDependencies ];
Expand Down

0 comments on commit 199de04

Please sign in to comment.