Skip to content

Commit 735b57d

Browse files
committed
linuxPackages.tuxedo-keyboard: 3.1.1 -> 3.1.4
1 parent 8da88c6 commit 735b57d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/os-specific/linux/tuxedo-keyboard/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "tuxedo-keyboard-${kernel.version}";
5-
version = "3.1.1";
5+
version = "3.1.4";
66

77
src = fetchFromGitHub {
88
owner = "tuxedocomputers";
99
repo = "tuxedo-keyboard";
1010
rev = "v${version}";
11-
sha256 = "+59/5vfwx9fys7Q63SahVPS/ckvwkr4w6T37UqAnwZ4=";
11+
sha256 = "h6+br+JPEItym83MaVt+xo6o/zMtTv8+wsBoTeYa2AM=";
1212
};
1313

1414
buildInputs = [ linuxHeaders ];

0 commit comments

Comments
 (0)