Skip to content

Commit df472f9

Browse files
felixsingerbjornfor
authored andcommitted
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 <[email protected]>
1 parent d364584 commit df472f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/li/libjaylink/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
stdenv.mkDerivation rec {
1212
pname = "libjaylink";
13-
version = "0.3.1";
13+
version = "0.4.0";
1414

1515
src = fetchFromGitLab {
1616
domain = "gitlab.zapb.de";
1717
owner = "libjaylink";
1818
repo = "libjaylink";
1919
tag = version;
20-
hash = "sha256-odJDE1A0WZ9vBXPxaUdthjTgmbmbdHjbyY1PkaM4+vI=";
20+
hash = "sha256-PghPVgovNo/HhNg7c6EGXrqi6jMrb8p/uLqGDIZ7t+s=";
2121
};
2222

2323
nativeBuildInputs = [
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
3131
'';
3232

3333
postInstall = ''
34-
install -Dm644 contrib/99-libjaylink.rules $out/lib/udev/rules.d/libjaylink.rules
34+
install -Dm644 contrib/60-libjaylink.rules $out/lib/udev/rules.d/60-libjaylink.rules
3535
'';
3636

3737
passthru.updateScript = nix-update-script { };

0 commit comments

Comments
 (0)