linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1 (#472777)

This commit is contained in:
Weijia Wang
2026-02-02 12:14:23 +00:00
committed by GitHub
@@ -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 ];