about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-22 17:57:00 +0200
committerGitHub <noreply@github.com>2024-04-22 17:57:00 +0200
commitab3fc0538d2012d5da74fb6a28c78f2c37831998 (patch)
treec0a76e0830364c7b7cab1843a4d725e389c4e12f
parent824c003f339c15b14f45db01f5b543695e6410aa (diff)
parent6c309c37abc0def6877310d044f4c6822b2fc8f2 (diff)
Merge pull request #305990 from flexiondotorg/mwprocapture-hash
mwprocapture: fix incorrect hash
-rw-r--r--pkgs/os-specific/linux/mwprocapture/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/mwprocapture/default.nix b/pkgs/os-specific/linux/mwprocapture/default.nix
index a90a8716cca92..2b4628762f105 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;