Merge pull request #305990 from flexiondotorg/mwprocapture-hash

mwprocapture: fix incorrect hash
This commit is contained in:
Sandro 2024-04-22 17:57:00 +02:00 committed by GitHub
commit ab3fc0538d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;