Skip to content

Commit

Permalink
Merge pull request #104444 from magnetophon/bottom
Browse files Browse the repository at this point in the history
bottom: 0.4.7 -> 0.5.1
  • Loading branch information
RaghavSood authored Nov 25, 2020
2 parents 99f98c1 + b10d7f3 commit f9d71bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/bottom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "bottom";
version = "0.4.7";
version = "0.5.1";

src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
sha256 = "rDcJ5XF7L13MKZ8/J4sYD+UqC+HkZvxRtDkY9IVLH50=";
sha256 = "0bw83l3s7yraxiwbwcm0nfqqhv2dkd208qz7nm89whzdjzf340gj";
};

buildInputs = stdenv.lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.IOKit;

cargoSha256 = "XeX6QM0a628mcaptNZkKAvDnGfW5tx+aWNBpMyjz44M=";
cargoSha256 = "11ywms0vgrm4ildsgl99agjimk5f3l56hlr5aa70kagxam4k6vmn";

doCheck = false;

Expand Down

0 comments on commit f9d71bf

Please sign in to comment.