v4l2loopback: unstable-2023-02-19 -> unstable-2023-11-23

This commit is contained in:
André Silva 2023-12-07 11:44:50 +00:00
parent 6835a72af6
commit 0da0176346
No known key found for this signature in database
GPG Key ID: 7C34FA12A023DC55

View File

@ -1,21 +1,16 @@
{ lib, stdenv, fetchFromGitHub, kernel, kmod }:
stdenv.mkDerivation rec {
stdenv.mkDerivation {
pname = "v4l2loopback";
version = "unstable-2023-02-19-${kernel.version}";
version = "unstable-2023-11-23-${kernel.version}";
src = fetchFromGitHub {
owner = "umlaeute";
repo = "v4l2loopback";
rev = "fb410fc7af40e972058809a191fae9517b9313af";
hash = "sha256-gLFtR7s+3LUQ0BZxHbmaArHbufuphbtAX99nxJU3c84=";
rev = "850a2e36849f6ad3c9bf74f2ae3f603452bd8a71";
hash = "sha256-LqP5R3oKbjUQUfDZUWpkrmyopWhOt4wlgSgGywTPJXM=";
};
patches = [
# fix bug https://github.com/umlaeute/v4l2loopback/issues/535
./revert-pr518.patch
];
hardeningDisable = [ "format" "pic" ];
preBuild = ''