Merge pull request #290874 from matthiasbeyer/update-tuxedo-keyboard

tuxedo-keyboard: 3.2.7 -> 3.2.14
This commit is contained in:
Mario Rodas 2024-03-01 23:50:13 -05:00 committed by GitHub
commit bae2669d32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-keyboard-${kernel.version}";
version = "3.2.7";
version = "3.2.14";
src = fetchFromGitHub {
owner = "tuxedocomputers";
repo = "tuxedo-keyboard";
rev = "v${finalAttrs.version}";
hash = "sha256-Q0wnejeLGLSDS0GPxQuYUKCAdzbYA66KT0DuWsEKIRs=";
hash = "sha256-L3NsUUKA/snUcRWwlZidsBiTznhfulNldidEDDmNOkw=";
};
buildInputs = [