zsa-udev-rules: 2.1.3 -> unstable-2022-10-26
Upstream did changes on the udev rules to fix training in chrome/chromium. With the current stable release the keyboard is not picked up for training. If there is later on a stable release after this date, its safe to udate to that version.
This commit is contained in:
parent
d1bf837884
commit
d6d5ddb9b6
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zsa-udev-rules";
|
||||
version = "2.1.3";
|
||||
version = "unstable-2022-10-26";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zsa";
|
||||
repo = "wally";
|
||||
rev = "${version}-linux";
|
||||
sha256 = "mZzXKFKlO/jAitnqzfvmIHp46A+R3xt2gOhVC3qN6gM=";
|
||||
rev = "623a50d0e0b90486e42ad8ad42b0a7313f7a37b3";
|
||||
hash = "sha256-meR2V7T4hrJFXFPLENHoAgmOILxxynDBk0BLqzsAZvQ=";
|
||||
};
|
||||
|
||||
# Only copies udevs rules
|
||||
|
Loading…
Reference in New Issue
Block a user