mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.unifi-discovery: 1.1.8 -> 1.2.0
Diff: https://github.com/bdraco/unifi-discovery/compare/refs/tags/v1.1.8...v1.2.0 Changelog: https://github.com/bdraco/unifi-discovery/releases/tag/v1.2.0
This commit is contained in:
parent
42fea565b1
commit
3d62133345
@ -13,7 +13,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "unifi-discovery";
|
||||
version = "1.1.8";
|
||||
version = "1.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
owner = "bdraco";
|
||||
repo = "unifi-discovery";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-gE/2awyhDACrc0nuTvTPOcK2lFbPIZAXDPRnVJtWFco=";
|
||||
hash = "sha256-Ea+zxV2GUAaG/BxO103NhOLzzr/TNJaOsynDad2/2VA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user