netpeek: 0.2.3.1 -> 0.2.4

(cherry picked from commit 0bf644ad2f)
This commit is contained in:
Pascal Dietrich
2025-09-01 13:56:47 +02:00
parent 161e6834f7
commit 36d4d0541e

View File

@@ -15,14 +15,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "netpeek";
version = "0.2.3.1";
version = "0.2.4";
pyproject = false;
src = fetchFromGitHub {
owner = "ZingyTomato";
repo = "NetPeek";
tag = "v${version}";
hash = "sha256-3PbGK8e/W4pHlXwIvW6kmyeBMvzBIS2DrV0pxafgJOY=";
hash = "sha256-mouXMFYhCBEUTyPfuaw570ZC40TJuprldiSiP0Il0KA=";
};
nativeBuildInputs = [
@@ -43,6 +43,7 @@ python3Packages.buildPythonApplication rec {
dependencies = with python3Packages; [
pygobject3
ping3
python-nmap
];
dontWrapGApps = true;