Unverified Commit ef2beb7b authored by Thiago Kenji Okada's avatar Thiago Kenji Okada Committed by GitHub
Browse files

htop: 3.5.0 -> 3.5.1 (#514852)

parents b2ae7d89 60487e5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@ assert systemdSupport -> stdenv.hostPlatform.isLinux;

stdenv.mkDerivation (finalAttrs: {
  pname = "htop" + lib.optionalString withVimKeys "-vim";
  version = "3.5.0";
  version = "3.5.1";

  src = fetchFromGitHub {
    owner = "htop-dev";
    repo = "htop";
    tag = finalAttrs.version;
    hash = "sha256-RVJH7osffP3vU74A3e2mjGBAB0ZPMBisBL8n2kDMB+Q=";
    hash = "sha256-mw7pixNk+AF2Hz8YUkkUleQpR8yNF0pb1NjYgID076A=";
  };

  patches = lib.optional withVimKeys (fetchpatch2 {