Unverified Commit 7737439f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

btop: 1.3.2 -> 1.4.0 (#343713)

parents f8a6fd59 27164432
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "btop";
  version = "1.3.2";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "aristocratos";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
    hash = "sha256-A5hOBxj8tKlkHd8zDHfDoU6fIu8gDpt3/usbiDk0/G0=";
  };

  nativeBuildInputs = [