Skip to content

Commit e441ad3

Browse files
authored
linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1 (#472777)
2 parents a57d341 + 72e591f commit e441ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/tuxedo-drivers/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
stdenv.mkDerivation (finalAttrs: {
1515
pname = "tuxedo-drivers-${kernel.version}";
16-
version = "4.18.1";
16+
version = "4.20.1";
1717

1818
src = fetchFromGitLab {
1919
group = "tuxedocomputers";
2020
owner = "development/packages";
2121
repo = "tuxedo-drivers";
2222
rev = "v${finalAttrs.version}";
23-
hash = "sha256-TkzdFVffYpVYEKImhRj6nqeVTr4yvzh//wSSRqIrPyA=";
23+
hash = "sha256-t+Y1qYFJ9EeYtMFtBIsHzG1J4IVunpZHevYsEZNHGH0=";
2424
};
2525

2626
patches = [ ./no-cp-usr.patch ];

0 commit comments

Comments
 (0)