Skip to content

Commit 001c0b8

Browse files
committed
linuxPackages.tuxedo-drivers: 4.12.2 -> 4.13.0
1 parent 6983909 commit 001c0b8

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
@@ -11,14 +11,14 @@
1111

1212
stdenv.mkDerivation (finalAttrs: {
1313
pname = "tuxedo-drivers-${kernel.version}";
14-
version = "4.12.2";
14+
version = "4.13.0";
1515

1616
src = fetchFromGitLab {
1717
group = "tuxedocomputers";
1818
owner = "development/packages";
1919
repo = "tuxedo-drivers";
2020
rev = "v${finalAttrs.version}";
21-
hash = "sha256-tVpuyZGpJJqv9Ilwjxvi9zN9MwwRI2CjjKFReCmXsEA=";
21+
hash = "sha256-hEMar2Bfg34HJQChb9e1enrX/RNvfujPsArkPnTyxPs=";
2222
};
2323

2424
buildInputs = [ pahole ];

0 commit comments

Comments
 (0)