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

Merge pull request #237270 from figsoda/btm

bottom: 0.9.1 -> 0.9.2
parents 4f7590c4 b32d7b29
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
  pname = "bottom";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "ClementTsang";
    repo = pname;
    rev = version;
    sha256 = "sha256-i1Vd2SA7Xb62gTVY6FdKzNe6ItfYrLXfgo0+VRm+Wdc=";
    hash = "sha256-QHr4FvoXIqsAE7wE/eFKH18ivagVpZkQbGO7qR0dev8=";
  };

  cargoHash = "sha256-umBBUbkgVIj9d2eYEJCHjoo0AjH9K2R6C+cps+PkZcA=";
  cargoHash = "sha256-KsM28vcu/C8orB+TSDGu4nGSpxX1mnEP2Yg7Fu4uh5Q=";

  nativeBuildInputs = [ installShellFiles ];