linuxPackages.tuxedo-keyboard: 3.0.5 -> 3.0.7

authored by moni.tngl.sh and committed by

Jonathan Ringer c7ec86b6 efed1ede

+3 -3
+3 -3
pkgs/os-specific/linux/tuxedo-keyboard/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, kernel, linuxHeaders}: 1 + { lib, stdenv, fetchFromGitHub, kernel, linuxHeaders }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tuxedo-keyboard-${kernel.version}"; 5 - version = "3.0.5"; 5 + version = "3.0.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "tuxedocomputers"; 9 9 repo = "tuxedo-keyboard"; 10 10 rev = "v${version}"; 11 - sha256 = "123ady2bi2dwbajy3pgv10l3g2pyhi5k31c1ii0zcrvl2qqhndck"; 11 + sha256 = "sha256-JloLwfJfDdVowx1hOehjxPbnaKBCAMn7SZe09SE03HU="; 12 12 }; 13 13 14 14 buildInputs = [ linuxHeaders ];