tuxedo-drivers: 4.15.4 -> 4.16.0

This commit is contained in:
Martin Woods
2025-10-27 15:21:55 +01:00
committed by Sandro Jäckel
parent 18e5db2cf2
commit 8d87bb479d
2 changed files with 4 additions and 4 deletions
@@ -13,17 +13,17 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-drivers-${kernel.version}";
version = "4.15.4";
version = "4.16.0";
src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-WJeju+czbCw03ALW7yzGAFENCEAvDdKqHvedchd7NVY=";
hash = "sha256-NjKhr8wsnoKSFx5kEXVaQ2SQzAX8XG8ENpYKOSMB2yc=";
};
patches = [ ./no-cp-etc-usr.patch ];
patches = [ ./no-cp-usr.patch ];
postInstall = ''
echo "Running postInstallhook"
@@ -6,7 +6,7 @@ index 75a6bc1..6021d42 100644
install: all
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
- cp -r etc usr /
- cp -r usr /
clean:
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean