linuxPackages.tuxedo-keyboard: 3.0.7 -> 3.0.8
This commit is contained in:
parent
6b369a4de7
commit
f7286acdae
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tuxedo-keyboard-${kernel.version}";
|
||||
version = "3.0.7";
|
||||
version = "3.0.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tuxedocomputers";
|
||||
repo = "tuxedo-keyboard";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-JloLwfJfDdVowx1hOehjxPbnaKBCAMn7SZe09SE03HU=";
|
||||
sha256 = "1rv3ns4n61v18cpnp36zi47jpnqhj410yzi8b307ghiyriapbijv";
|
||||
};
|
||||
|
||||
buildInputs = [ linuxHeaders ];
|
||||
|
Loading…
Reference in New Issue
Block a user