summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-11 07:34:03 -0500
committerGitHub <noreply@github.com>2020-12-11 07:34:03 -0500
commit19b754311b3d42df2bfad0940442d1cd78ec61d7 (patch)
tree53743399ec7939469b93be3ca89aae05bb96c59a /pkgs
parente772531ce85672a8c404a55f8db50def01c987c4 (diff)
parent04de674c5ebd481d0a7cbdb71e9ef3a57bf016a1 (diff)
Merge pull request #106649 from r-ryantm/auto-update/bottom
bottom: 0.5.3 -> 0.5.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/bottom/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/bottom/default.nix b/pkgs/tools/system/bottom/default.nix
index 8c5e2833212c..c7835c5989cc 100644
--- a/pkgs/tools/system/bottom/default.nix
+++ b/pkgs/tools/system/bottom/default.nix
@@ -2,20 +2,20 @@
rustPlatform.buildRustPackage rec {
pname = "bottom";
- version = "0.5.3";
+ version = "0.5.4";
src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
- sha256 = "sha256-Gc2bL7KqDqab0hCCOi2rtEw+5r0bSETzTipLLdX/ipk=";
+ sha256 = "1rpwgwgl05n0s89mhyvabzvsa33ibkd1msyrwfll4wbcbsn0ish7";
};
nativeBuildInputs = [ installShellFiles ];
buildInputs = stdenv.lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.IOKit;
- cargoSha256 = "sha256-Bdkq3cTuziTQ7/BkvuBHbfuxRIXnz4h2OadoAGNTBc0=";
+ cargoSha256 = "0ykl66gs7k49vfjpw5i8xsbc1blmqm79vrsci2irsl5w642lbig5";
doCheck = false;