Commit 83f4bb94 authored by R. RyanTM's avatar R. RyanTM
Browse files

iotop-c: 1.23 -> 1.24

parent 65cd946c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "iotop-c";
  version = "1.23";
  version = "1.24";

  src = fetchFromGitHub {
    owner = "Tomas-M";
    repo = "iotop";
    rev = "v${version}";
    sha256 = "sha256-4DTYtUltmZ+nkm4ZLac+6JbBW3z+qby7sP33LwEXtcQ=";
    sha256 = "sha256-oSKNP/WY0Ivhj5LgyeerzZbleMcUn8ho0aqsiunqvyU=";
  };

  nativeBuildInputs = [ pkg-config ];