mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 13:50:04 +00:00
user-scanner: 1.4.3.1 -> 1.5.1
Changelog: https://github.com/kaifcodec/user-scanner/releases/tag/v1.5.1
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "user-scanner";
|
||||
version = "1.4.3.1";
|
||||
version = "1.5.1";
|
||||
pyproject = true;
|
||||
|
||||
__structuredAttrs = true;
|
||||
@@ -17,7 +17,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
owner = "kaifcodec";
|
||||
repo = "user-scanner";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-7A4XxxUHyvEcZcAgGWzg79B/X0ePAdIt7yPM+nGsZGc=";
|
||||
hash = "sha256-lBVKCIpvdYRz80BoaSbFcizs2tLEWankcLeOqu9u4iM=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [ flit-core ];
|
||||
@@ -26,6 +26,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
|
||||
colorama
|
||||
curl-cffi
|
||||
httpx
|
||||
mcp
|
||||
socksio
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user