We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da88c6 commit 735b57dCopy full SHA for 735b57d
1 file changed
pkgs/os-specific/linux/tuxedo-keyboard/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "tuxedo-keyboard-${kernel.version}";
5
- version = "3.1.1";
+ version = "3.1.4";
6
7
src = fetchFromGitHub {
8
owner = "tuxedocomputers";
9
repo = "tuxedo-keyboard";
10
rev = "v${version}";
11
- sha256 = "+59/5vfwx9fys7Q63SahVPS/ckvwkr4w6T37UqAnwZ4=";
+ sha256 = "h6+br+JPEItym83MaVt+xo6o/zMtTv8+wsBoTeYa2AM=";
12
};
13
14
buildInputs = [ linuxHeaders ];
0 commit comments