mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
mtkclient: 2.0.1-unstable-2025-09-26 -> 2.1.2 (#485467)
This commit is contained in:
commit
f5601726ea
1 changed files with 4 additions and 4 deletions
|
|
@ -4,16 +4,16 @@
|
|||
python3Packages,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication {
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "mtkclient";
|
||||
version = "2.0.1-unstable-2025-09-26";
|
||||
version = "2.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bkerler";
|
||||
repo = "mtkclient";
|
||||
rev = "399b3a1c25e73ddf4951f12efd20f7254ee04a39";
|
||||
hash = "sha256-XNPYeVhp5P+zQdumS9IzlUd5+WebL56qcgs10WS2/LY=";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-mbfuOYJvwHfDvjTtAgMBLi7REIRRcJ9bhkY5oVjxCAM=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.hatchling ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue