linuxPackages.tuxedo-drivers: 4.13.1 -> 4.14.0

This commit is contained in:
R. Ryantm 2025-06-14 06:00:04 +00:00
parent 90fb94278e
commit c02e977717

View File

@ -11,14 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-drivers-${kernel.version}";
version = "4.13.1";
version = "4.14.0";
src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-RXicBP4LVQnCcI99ZD0Fwx9BQAMvHJjFUqJE/wsWbdU=";
hash = "sha256-79YZaK8WrHOxSUJWxi4lc+foh4xz3EgRnjw+OrL8yqU=";
};
buildInputs = [ pahole ];