From df472f9cfe2b24b84f167db985661e8df7b4f85f Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Mon, 3 Feb 2025 23:06:52 +0100 Subject: [PATCH] libjaylink: 0.3.1 -> 0.4 In addition to updating the package, restore the udev role ordering and use 60 as priority which is used by the libjaylink project. The ordering is needed in order to make the uaccess tag working since it needs to be applied before 73-seat-late.rule. uaccess does not conflict with mode/group configuration. Signed-off-by: Felix Singer --- pkgs/by-name/li/libjaylink/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/li/libjaylink/package.nix b/pkgs/by-name/li/libjaylink/package.nix index 7445e4e02e64..0ca4aa2c01ea 100644 --- a/pkgs/by-name/li/libjaylink/package.nix +++ b/pkgs/by-name/li/libjaylink/package.nix @@ -10,14 +10,14 @@ stdenv.mkDerivation rec { pname = "libjaylink"; - version = "0.3.1"; + version = "0.4.0"; src = fetchFromGitLab { domain = "gitlab.zapb.de"; owner = "libjaylink"; repo = "libjaylink"; tag = version; - hash = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI="; + hash = "sha256-PghPVgovNo/HhNg7c6EGXrqi6jMrb8p/uLqGDIZ7t+s="; }; nativeBuildInputs = [ @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { ''; postInstall = '' - install -Dm644 contrib/99-libjaylink.rules $out/lib/udev/rules.d/libjaylink.rules + install -Dm644 contrib/60-libjaylink.rules $out/lib/udev/rules.d/60-libjaylink.rules ''; passthru.updateScript = nix-update-script { };