mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
linuxPackages.tuxedo-drivers: 4.13.0 -> 4.13.1 (#410457)
This commit is contained in:
commit
1701f4bb40
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "tuxedo-drivers-${kernel.version}";
|
pname = "tuxedo-drivers-${kernel.version}";
|
||||||
version = "4.13.0";
|
version = "4.13.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
group = "tuxedocomputers";
|
group = "tuxedocomputers";
|
||||||
owner = "development/packages";
|
owner = "development/packages";
|
||||||
repo = "tuxedo-drivers";
|
repo = "tuxedo-drivers";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-hEMar2Bfg34HJQChb9e1enrX/RNvfujPsArkPnTyxPs=";
|
hash = "sha256-RXicBP4LVQnCcI99ZD0Fwx9BQAMvHJjFUqJE/wsWbdU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pahole ];
|
buildInputs = [ pahole ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue