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