qmk-udev-rules: 0.23.3 -> 0.27.13 (#385013)
Co-authored-by: emaryn <emaryn@users.noreply.github.com>
This commit is contained in:
@@ -9,28 +9,30 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "qmk-udev-rules";
|
||||
version = "0.23.3";
|
||||
version = "0.27.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "qmk";
|
||||
repo = "qmk_firmware";
|
||||
rev = version;
|
||||
hash = "sha256-dFc6S9x7sBYZAQn0coZJpmGz66Fx0l4rrexjyB4k0zA=";
|
||||
tag = version;
|
||||
hash = "sha256-Zs508OQ0RYCg0f9wqR+VXUmVvhP/jCA3piwRq2ZpR84=";
|
||||
};
|
||||
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -D util/udev/50-qmk.rules $out/lib/udev/rules.d/50-qmk.rules
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://github.com/qmk/qmk_firmware";
|
||||
description = "Official QMK udev rules list";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ ekleog ];
|
||||
platforms = lib.platforms.linux;
|
||||
license = lib.licenses.gpl2Only;
|
||||
maintainers = with lib.maintainers; [ ekleog ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user