summary refs log tree commit diff
path: root/pkgs/os-specific/linux/tuxedo-keyboard
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2021-06-30 23:21:22 +0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-01 13:35:44 -0700
commitc7ec86b6894f7c216f4a381ebade4d717069a955 (patch)
treef67a00254d6f85cdf3d70f64f1c5a2dd8ea38ffd /pkgs/os-specific/linux/tuxedo-keyboard
parentefed1ede1f77307cb98751f5c71a9a3aff80d468 (diff)
downloadnixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar.gz
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar.bz2
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar.lz
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar.xz
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.tar.zst
nixpkgs-c7ec86b6894f7c216f4a381ebade4d717069a955.zip
linuxPackages.tuxedo-keyboard: 3.0.5 -> 3.0.7
Diffstat (limited to 'pkgs/os-specific/linux/tuxedo-keyboard')
-rw-r--r--pkgs/os-specific/linux/tuxedo-keyboard/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/tuxedo-keyboard/default.nix b/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
index 79271448b75..17f8b3a28c4 100644
--- a/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
+++ b/pkgs/os-specific/linux/tuxedo-keyboard/default.nix
@@ -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 ];