Skip to content

Commit

Permalink
iotop-c: 1.26 -> 1.27 (#373446)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 13, 2025
2 parents 37ab8b7 + fb6e3f5 commit ee2a1b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/io/iotop-c/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "iotop-c";
version = "1.26";
version = "1.27";

src = fetchFromGitHub {
owner = "Tomas-M";
repo = "iotop";
rev = "v${version}";
sha256 = "sha256-m75BHvKMk9ckZ6TgT1QDfHYcEfvfEwWu0bQacnVgSmU=";
sha256 = "sha256-o8OJnZjrDbzzhwfzRWmyCmhBWxMVKRDeDWWBCXy3C90=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit ee2a1b0

Please sign in to comment.