Skip to content

Commit

Permalink
linuxPackages.tuxedo-keyboard: 3.0.7 -> 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blitz committed Aug 29, 2021
1 parent 6b369a4 commit f7286ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/tuxedo-keyboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit f7286ac

Please sign in to comment.