qmk-udev-rules: 0.19.11 -> 0.22.3

This commit is contained in:
R. Ryantm 2023-10-18 01:31:12 +00:00
parent a8840a945f
commit 27e913bf20

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "qmk-udev-rules";
version = "0.19.11";
version = "0.22.3";
src = fetchFromGitHub {
owner = "qmk";
repo = "qmk_firmware";
rev = version;
hash = "sha256-RevCj+tFlleH08VGRwJjKhZdXwU6VlMsSCR9090pgRI=";
hash = "sha256-HLQxmBlzTdsOAMqfc4taoMM+V2G5novMsbc1drZlNGg=";
};
dontBuild = true;