tuxedo-drivers: 4.11.3 -> 4.12.1 (#378627)

This commit is contained in:
Adam C. Stephens
2025-02-04 08:21:16 -05:00
committed by GitHub
@@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-drivers-${kernel.version}";
version = "4.11.3";
version = "4.12.1";
src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-ylHREVzQY9U/YHmVYQ4qO+A8tUcWXOTspS4g9qn314o=";
hash = "sha256-ZsfPs8VvvgguyNLSVi6n5hs0OzNwiK3bkooQ267mKtA=";
};
buildInputs = [ pahole ];
@@ -47,6 +47,7 @@ stdenv.mkDerivation (finalAttrs: {
blanky0230
keksgesicht
xaverdh
XBagon
];
platforms = lib.platforms.linux;
};