summary refs log tree commit diff
path: root/pkgs/os-specific/linux/wooting-udev-rules/default.nix
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2021-08-21 18:51:12 +0100
committerGitHub <noreply@github.com>2021-08-21 19:51:12 +0200
commitfec3877c151bd1155bab4148e4ed884f5a121480 (patch)
tree91e3c221aa239281a5e32bda2e4242268fb5c576 /pkgs/os-specific/linux/wooting-udev-rules/default.nix
parent82d517795bb0b3d1ee6613266415505f3de620ab (diff)
downloadnixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.gz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.bz2
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.lz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.xz
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.tar.zst
nixpkgs-fec3877c151bd1155bab4148e4ed884f5a121480.zip
wooting-udev-rules: add Lekker Edition rules (#124380)
* wooting-udev-rules: add Lekker Edition rules

Signed-off-by: David Wood <david.wood@codeplay.com>

* use dontunpack

Co-authored-by: Artturi <Artturin@artturin.com>
Diffstat (limited to 'pkgs/os-specific/linux/wooting-udev-rules/default.nix')
-rw-r--r--pkgs/os-specific/linux/wooting-udev-rules/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/wooting-udev-rules/default.nix b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
index f1ae2069235..f34e106727c 100644
--- a/pkgs/os-specific/linux/wooting-udev-rules/default.nix
+++ b/pkgs/os-specific/linux/wooting-udev-rules/default.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "wooting-udev-rules";
-  version = "20190601";
+  version = "20210525";
 
   # Source: https://wooting.helpscoutdocs.com/article/68-wootility-configuring-device-access-for-wootility-under-linux-udev-rules
   src = [ ./wooting.rules ];