linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4

This unbreaks tuxedo-keyboard for Linux 6.2.
This commit is contained in:
Julian Stecklina 2023-03-07 14:48:30 +01:00
parent 5ae751c41b
commit 2ca7353542

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "tuxedo-keyboard-${kernel.version}"; pname = "tuxedo-keyboard-${kernel.version}";
version = "3.1.1"; version = "3.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tuxedocomputers"; owner = "tuxedocomputers";
repo = "tuxedo-keyboard"; repo = "tuxedo-keyboard";
rev = "v${version}"; rev = "v${version}";
sha256 = "+59/5vfwx9fys7Q63SahVPS/ckvwkr4w6T37UqAnwZ4="; sha256 = "h6+br+JPEItym83MaVt+xo6o/zMtTv8+wsBoTeYa2AM=";
}; };
buildInputs = [ linuxHeaders ]; buildInputs = [ linuxHeaders ];