Skip to content

Commit

Permalink
bottom: 0.5.1 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
berbiche committed Nov 27, 2020
1 parent bb368b7 commit f0dfa24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/bottom/default.nix
Expand Up @@ -2,18 +2,18 @@

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

src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
sha256 = "0bw83l3s7yraxiwbwcm0nfqqhv2dkd208qz7nm89whzdjzf340gj";
sha256 = "sha256-Gc2bL7KqDqab0hCCOi2rtEw+5r0bSETzTipLLdX/ipk=";
};

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

cargoSha256 = "11ywms0vgrm4ildsgl99agjimk5f3l56hlr5aa70kagxam4k6vmn";
cargoSha256 = "sha256-Bdkq3cTuziTQ7/BkvuBHbfuxRIXnz4h2OadoAGNTBc0=";

doCheck = false;

Expand Down

0 comments on commit f0dfa24

Please sign in to comment.