Unverified Commit b526fbbb authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215449 from r-ryantm/auto-update/htop

htop: 3.2.1 -> 3.2.2
parents 2a122412 6fa50db0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@ assert systemdSupport -> stdenv.isLinux;

stdenv.mkDerivation rec {
  pname = "htop";
  version = "3.2.1";
  version = "3.2.2";

  src = fetchFromGitHub {
    owner = "htop-dev";
    repo = pname;
    rev = version;
    sha256 = "sha256-MwtsvdPHcUdegsYj9NGyded5XJQxXri1IM1j4gef1Xk=";
    sha256 = "sha256-OrlNE1A71q4XAauYNfumV1Ev1wBpFIBxPiw7aF++yjM=";
  };

  nativeBuildInputs = [ autoreconfHook ]