mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
linuxPackages.mwprocapture: 1.3.0.4390 -> 1.3.4418 (#404390)
This commit is contained in:
commit
a7f226039e
1 changed files with 8 additions and 7 deletions
|
@ -18,12 +18,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mwprocapture";
|
pname = "mwprocapture";
|
||||||
subVersion = "4390";
|
subVersion = "1.3.4418";
|
||||||
version = "1.3.0.${subVersion}-${kernel.version}";
|
version = "${subVersion}-${kernel.version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz";
|
url = "https://www.magewell.com/files/drivers/ProCaptureForLinux_${subVersion}.tar.gz";
|
||||||
sha256 = "sha256-a2cU7PYQh1KR5eeMhMNx2Sc3HHd7QvCG9+BoJyVPp1Y=";
|
sha256 = "sha256-ZUqJkARhaMo9aZOtUMEdiHEbEq10lJO6MkGjEDnfx1g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = kernel.moduleBuildDependencies;
|
nativeBuildInputs = kernel.moduleBuildDependencies;
|
||||||
|
@ -65,11 +65,12 @@ stdenv.mkDerivation rec {
|
||||||
"$out"/bin/mwcap-info
|
"$out"/bin/mwcap-info
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://www.magewell.com/";
|
homepage = "https://www.magewell.com/";
|
||||||
description = "Linux driver for the Magewell Pro Capture family";
|
description = "Linux driver for the Magewell Pro Capture family";
|
||||||
license = licenses.unfreeRedistributable;
|
license = lib.licenses.unfreeRedistributable;
|
||||||
maintainers = with maintainers; [ flexiondotorg ];
|
maintainers = with lib.maintainers; [ flexiondotorg ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
broken = lib.versionAtLeast kernel.version "6.15";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue