3
0
Fork 0
forked from mirrors/nixpkgs

bottom: 0.5.1 -> 0.5.3

This commit is contained in:
Nicolas Berbiche 2020-11-26 20:14:14 -05:00
parent bb368b77fd
commit f0dfa24190
No known key found for this signature in database
GPG key ID: F3308ADE984B83CB

View file

@ -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;