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