From 6c309c37abc0def6877310d044f4c6822b2fc8f2 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 22 Apr 2024 13:14:34 +0100 Subject: [PATCH] mwprocapture: fix incorrect hash The mwprocapture 1.3.0.4390 driver has been republished by Magewell without a version change. --- pkgs/os-specific/linux/mwprocapture/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix index a90a8716cca9..2b4628762f10 100644 --- a/pkgs/os-specific/linux/mwprocapture/default.nix +++ b/pkgs/os-specific/linux/mwprocapture/default.nix @@ -17,7 +17,7 @@ stdenv.mkDerivation rec { src = fetchurl { url = "https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz"; - sha256 = "sha256-HOVAR9auc8ulENPLoI0scdCMZoSbDYkTaCLgZoFG7eU="; + sha256 = "sha256-a2cU7PYQh1KR5eeMhMNx2Sc3HHd7QvCG9+BoJyVPp1Y="; }; nativeBuildInputs = kernel.moduleBuildDependencies;