linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1

This commit is contained in:
R. Ryantm
2026-01-28 04:04:37 +00:00
parent 03b3ac9c0d
commit 72e591f628
@@ -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 ];