netpeek: 0.2.6 -> 0.2.7

This commit is contained in:
Pascal Dietrich
2026-05-18 20:44:11 +02:00
parent 494bbfa9af
commit de63eb7a4d
+2 -2
View File
@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "netpeek";
version = "0.2.6";
version = "0.2.7";
pyproject = false;
src = fetchFromGitHub {
owner = "ZingyTomato";
repo = "NetPeek";
tag = "v${finalAttrs.version}";
hash = "sha256-SFY/bUUS4AOniOGjngH/fUHrYiq+dMWxHYvoSkhfnkA=";
hash = "sha256-Cc8x9diBeKIk1G5fU1WHtgmUwCCbAwIrw8zEQScKlZ4=";
};
nativeBuildInputs = [