Commit 4f0ce6f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

iotop-c: 1.27 -> 1.28

parent b5393707
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.27";
  version = "1.28";

  src = fetchFromGitHub {
    owner = "Tomas-M";
    repo = "iotop";
    rev = "v${version}";
    sha256 = "sha256-o8OJnZjrDbzzhwfzRWmyCmhBWxMVKRDeDWWBCXy3C90=";
    sha256 = "sha256-Cauy6q587M/VhMsr1vFlNaEJfteDJmNTjE81m0u+OBc=";
  };

  nativeBuildInputs = [ pkg-config ];