nethogs: 0.8.8 -> 0.9.0 (#540910)

This commit is contained in:
Robert Helgesson
2026-07-15 07:09:14 +00:00
committed by GitHub

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 = [