netpeek: 0.2.5 -> 0.2.6

This commit is contained in:
Pascal Dietrich
2025-12-04 19:57:14 +01:00
parent 7c46e3be82
commit 2fc4cccf6f
+2 -2
View File
@@ -15,14 +15,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "netpeek";
version = "0.2.5";
version = "0.2.6";
pyproject = false;
src = fetchFromGitHub {
owner = "ZingyTomato";
repo = "NetPeek";
tag = "v${version}";
hash = "sha256-b7XHBmFSI3ITojd05M6tytozgfBg0WvN/CWFbk5c/JQ=";
hash = "sha256-SFY/bUUS4AOniOGjngH/fUHrYiq+dMWxHYvoSkhfnkA=";
};
nativeBuildInputs = [