diff options
| author | Julian Stecklina <julian.stecklina@cyberus-technology.de> | 2023-03-07 14:48:30 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-03-07 19:24:43 +0000 |
| commit | a6ed7ec4649de57606e9fb55ed0ddc1aaa4ae35a (patch) | |
| tree | 79666ab65e51c9b46e3a9315388bbe3a72899d66 | |
| parent | Merge pull request #219453 from angerman/backport-216956-to-release-22.11 (diff) | |
| download | nixpkgs-origin/backport-219990-to-release-22.11.tar.gz | |
linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4origin/backport-219990-to-release-22.11
This unbreaks tuxedo-keyboard for Linux 6.2.
(cherry picked from commit 2ca73535423e4252803b41d843ef59309658af49)
| -rw-r--r-- | pkgs/os-specific/linux/tuxedo-keyboard/default.nix | 4 |
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 effba31ef8fd..cf0a5a99a69c 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 ]; |
