We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a57d341 + 72e591f commit e441ad3Copy full SHA for e441ad3
pkgs/os-specific/linux/tuxedo-drivers/default.nix
@@ -13,14 +13,14 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "tuxedo-drivers-${kernel.version}";
16
- version = "4.18.1";
+ version = "4.20.1";
17
18
src = fetchFromGitLab {
19
group = "tuxedocomputers";
20
owner = "development/packages";
21
repo = "tuxedo-drivers";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-TkzdFVffYpVYEKImhRj6nqeVTr4yvzh//wSSRqIrPyA=";
+ hash = "sha256-t+Y1qYFJ9EeYtMFtBIsHzG1J4IVunpZHevYsEZNHGH0=";
24
};
25
26
patches = [ ./no-cp-usr.patch ];
0 commit comments