diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-28 04:04:37 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-28 04:04:37 +0000 |
| commit | 72e591f628ba1f3d1736a2b67ace760aadeb5b8a (patch) | |
| tree | a08503209c1f9de3f70ca67d51c4096742cda909 /pkgs/os-specific | |
| parent | home-assistant-custom-lovelace-modules.vacuum-card: 2.11.6 -> 2.11.7 (#484574) (diff) | |
| download | nixpkgs-72e591f628ba1f3d1736a2b67ace760aadeb5b8a.tar.gz | |
linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1
Diffstat (limited to 'pkgs/os-specific')
| -rw-r--r-- | pkgs/os-specific/linux/tuxedo-drivers/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/tuxedo-drivers/default.nix b/pkgs/os-specific/linux/tuxedo-drivers/default.nix index 05f4338323e4..d987319d0e22 100644 --- a/pkgs/os-specific/linux/tuxedo-drivers/default.nix +++ b/pkgs/os-specific/linux/tuxedo-drivers/default.nix @@ -13,14 +13,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "tuxedo-drivers-${kernel.version}"; - version = "4.18.1"; + version = "4.20.1"; src = fetchFromGitLab { group = "tuxedocomputers"; owner = "development/packages"; repo = "tuxedo-drivers"; rev = "v${finalAttrs.version}"; - hash = "sha256-TkzdFVffYpVYEKImhRj6nqeVTr4yvzh//wSSRqIrPyA="; + hash = "sha256-t+Y1qYFJ9EeYtMFtBIsHzG1J4IVunpZHevYsEZNHGH0="; }; patches = [ ./no-cp-usr.patch ]; |
