Skip to content

Commit ea70020

Browse files
emarynemaryn
andauthored
qmk-udev-rules: 0.23.3 -> 0.27.13 (#385013)
Co-authored-by: emaryn <[email protected]>
1 parent 8987a01 commit ea70020

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

pkgs/by-name/qm/qmk-udev-rules/package.nix

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,30 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "qmk-udev-rules";
12-
version = "0.23.3";
12+
version = "0.27.13";
1313

1414
src = fetchFromGitHub {
1515
owner = "qmk";
1616
repo = "qmk_firmware";
17-
rev = version;
18-
hash = "sha256-dFc6S9x7sBYZAQn0coZJpmGz66Fx0l4rrexjyB4k0zA=";
17+
tag = version;
18+
hash = "sha256-Zs508OQ0RYCg0f9wqR+VXUmVvhP/jCA3piwRq2ZpR84=";
1919
};
2020

2121
dontBuild = true;
2222

2323
installPhase = ''
2424
runHook preInstall
25+
2526
install -D util/udev/50-qmk.rules $out/lib/udev/rules.d/50-qmk.rules
27+
2628
runHook postInstall
2729
'';
2830

29-
meta = with lib; {
31+
meta = {
3032
homepage = "https://github.com/qmk/qmk_firmware";
3133
description = "Official QMK udev rules list";
32-
platforms = platforms.linux;
33-
license = licenses.gpl2Only;
34-
maintainers = with maintainers; [ ekleog ];
34+
platforms = lib.platforms.linux;
35+
license = lib.licenses.gpl2Only;
36+
maintainers = with lib.maintainers; [ ekleog ];
3537
};
3638
}

0 commit comments

Comments
 (0)