File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
pkgs/by-name/qm/qmk-udev-rules Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 99
1010stdenv . 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}
You can’t perform that action at this time.
0 commit comments