mwprocapture: fix incorrect hash

The mwprocapture 1.3.0.4390 driver has been republished by Magewell without a version change.
This commit is contained in:
Martin Wimpress 2024-04-22 13:14:34 +01:00
parent ee1428c654
commit 6c309c37ab
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
1 changed files with 1 additions and 1 deletions

View File

@ -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;