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 92075ad + 001c0b8 commit 489293fCopy full SHA for 489293f
pkgs/os-specific/linux/tuxedo-drivers/default.nix
@@ -11,14 +11,14 @@
11
12
stdenv.mkDerivation (finalAttrs: {
13
pname = "tuxedo-drivers-${kernel.version}";
14
- version = "4.12.2";
+ version = "4.13.0";
15
16
src = fetchFromGitLab {
17
group = "tuxedocomputers";
18
owner = "development/packages";
19
repo = "tuxedo-drivers";
20
rev = "v${finalAttrs.version}";
21
- hash = "sha256-tVpuyZGpJJqv9Ilwjxvi9zN9MwwRI2CjjKFReCmXsEA=";
+ hash = "sha256-hEMar2Bfg34HJQChb9e1enrX/RNvfujPsArkPnTyxPs=";
22
};
23
24
buildInputs = [ pahole ];
0 commit comments