mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
linuxKernel.packages.lenovo-legion: 2023-04-02-16-53-51 -> 0.0.5
This commit is contained in:
parent
e8083f3021
commit
fba1223913
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "lenovo-legion-app";
|
||||
version = "2023-04-02-16-53-51";
|
||||
version = "0.0.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "johnfanv2";
|
||||
repo = "LenovoLegionLinux";
|
||||
rev = "main${version}";
|
||||
rev = "v${version}-prerelease";
|
||||
sha256 = "sha256-s4JFFmawokdC4qoqNvZDhuJSinhQ3YKSIfAYi79VTTA=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue