nethogs: 0.8.8 -> 0.9.0

This commit is contained in:
R. Ryantm
2026-07-12 00:26:44 +00:00
parent 8d230ae488
commit e190092b93

View File

@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nethogs";
version = "0.8.8";
version = "0.9.0";
src = fetchFromGitHub {
owner = "raboof";
repo = "nethogs";
rev = "v${finalAttrs.version}";
sha256 = "sha256-+yVMyGSBIBWYjA9jaGWvrcsNPbJ6S4ax9H1BhWHYUUU=";
sha256 = "sha256-ojbsCoJ8fOaHgm1tWyM59siTDYmCllXOUNqNQJwRhws=";
};
buildInputs = [