netpeek: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm
2025-12-02 16:58:23 +00:00
parent 655a9a620e
commit 13c8d7bfb6
+2 -2
View File
@@ -15,14 +15,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "netpeek";
version = "0.2.4";
version = "0.2.5";
pyproject = false;
src = fetchFromGitHub {
owner = "ZingyTomato";
repo = "NetPeek";
tag = "v${version}";
hash = "sha256-mouXMFYhCBEUTyPfuaw570ZC40TJuprldiSiP0Il0KA=";
hash = "sha256-b7XHBmFSI3ITojd05M6tytozgfBg0WvN/CWFbk5c/JQ=";
};
nativeBuildInputs = [