Unverified Commit ee2a1b02 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

iotop-c: 1.26 -> 1.27 (#373446)

parents 37ab8b7d fb6e3f5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];