summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tuxedo-keyboard
diff options
context:
space:
mode:
authorJulian Stecklina <julian.stecklina@cyberus-technology.de>2023-03-07 14:48:30 +0100
committerJulian Stecklina <julian.stecklina@cyberus-technology.de>2023-03-07 14:48:34 +0100
commit2ca73535423e4252803b41d843ef59309658af49 (patch)
treec3d4c34e8233ff6d90bf54aac05f81c27fe8f4d1 /pkgs/os-specific/linux/tuxedo-keyboard
parent5ae751c41b1b78090e4c311f43aa34792599e563 (diff)
downloadnixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar.gz
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar.bz2
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar.lz
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar.xz
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.tar.zst
nixpkgs-2ca73535423e4252803b41d843ef59309658af49.zip
linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4
This unbreaks tuxedo-keyboard for Linux 6.2.
Diffstat (limited to 'pkgs/os-specific/linux/tuxedo-keyboard')
-rw-r--r--pkgs/os-specific/linux/tuxedo-keyboard/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/tuxedo-keyboard/default.nix b/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
index effba31ef8f..cf0a5a99a69 100644
--- a/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
+++ b/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tuxedo-keyboard-${kernel.version}";
-  version = "3.1.1";
+  version = "3.1.4";
 
   src = fetchFromGitHub {
     owner = "tuxedocomputers";
     repo = "tuxedo-keyboard";
     rev = "v${version}";
-    sha256 = "+59/5vfwx9fys7Q63SahVPS/ckvwkr4w6T37UqAnwZ4=";
+    sha256 = "h6+br+JPEItym83MaVt+xo6o/zMtTv8+wsBoTeYa2AM=";
   };
 
   buildInputs = [ linuxHeaders ];