linuxPackages.tuxedo-drivers: 4.12.2 -> 4.13.0 (#406924)

This commit is contained in:
Ramses
2025-05-17 20:03:31 +02:00
committed by GitHub

View File

@@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-drivers-${kernel.version}";
version = "4.12.2";
version = "4.13.0";
src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-tVpuyZGpJJqv9Ilwjxvi9zN9MwwRI2CjjKFReCmXsEA=";
hash = "sha256-hEMar2Bfg34HJQChb9e1enrX/RNvfujPsArkPnTyxPs=";
};
buildInputs = [ pahole ];