linuxPackages.tuxedo-drivers: 4.13.0 -> 4.13.1 (#410457)

This commit is contained in:
Wolfgang Walther 2025-06-01 14:05:02 +00:00 committed by GitHub
commit 1701f4bb40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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