linuxKernel.packages.linux*.v4l2loopback: 0.15.0 -> 0.15.1
This commit is contained in:
parent
b42160ac81
commit
44cb2708e5
@ -8,7 +8,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.15.0";
|
version = "0.15.1";
|
||||||
|
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -18,8 +18,8 @@ stdenv.mkDerivation {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "umlaeute";
|
owner = "umlaeute";
|
||||||
repo = "v4l2loopback";
|
repo = "v4l2loopback";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-fa3f8GDoQTkPppAysrkA7kHuU5z2P2pqI8dKhuKYh04=";
|
hash = "sha256-uokj0MB6bw4I8q5dVmSO9XMDvh4T7YODBoCCHvEf4v4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardeningDisable = [
|
hardeningDisable = [
|
||||||
@ -48,13 +48,16 @@ stdenv.mkDerivation {
|
|||||||
"KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
|
"KERNEL_DIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Kernel module to create V4L2 loopback devices";
|
description = "Kernel module to create V4L2 loopback devices";
|
||||||
mainProgram = "v4l2loopback-ctl";
|
mainProgram = "v4l2loopback-ctl";
|
||||||
homepage = "https://github.com/umlaeute/v4l2loopback";
|
homepage = "https://github.com/umlaeute/v4l2loopback";
|
||||||
license = licenses.gpl2Only;
|
license = lib.licenses.gpl2Only;
|
||||||
maintainers = with maintainers; [ moni ];
|
maintainers = with lib.maintainers; [
|
||||||
platforms = platforms.linux;
|
moni
|
||||||
|
bot-wxt1221
|
||||||
|
];
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
outputsToInstall = [ "out" ];
|
outputsToInstall = [ "out" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user