summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-31 07:08:18 -0500
committerGitHub <noreply@github.com>2021-01-31 07:08:18 -0500
commitd9a1c018e24679d426649fe4950b1acb58bb4a4b (patch)
tree578f840283ad5a8c5045f7c34d7daa27b5da0d2b /pkgs
parentfd4f0bb0c11ac169f7228640949aa3d40121dbbc (diff)
parent4cdfe50ce09dd7ec1670f593a2b8c3815ae549fb (diff)
Merge pull request #111386 from berbiche/bottom-0.5.7
bottom: 0.5.6 -> 0.5.7
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 d138ed4d8c1d..29c1d6376fe0 100644
--- a/pkgs/tools/system/bottom/default.nix
+++ b/pkgs/tools/system/bottom/default.nix
@@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec {
pname = "bottom";
- version = "0.5.6";
+ version = "0.5.7";
src = fetchFromGitHub {
owner = "ClementTsang";
repo = pname;
rev = version;
- sha256 = "sha256-88uEEsb+coX8PTKrem+0t5AkamCmqJsFYsENFTZSsys=";
+ sha256 = "sha256-9L7FtYIaWSOwNQ8zOLvxjt51o8A5MqqfF/iIyJs2TJA=";
};
prePatch = ''
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = lib.optional stdenv.hostPlatform.isDarwin darwin.apple_sdk.frameworks.IOKit;
- cargoSha256 = "sha256-qnh4Tl6JRgxBJbu+t9IJX/XChIR15rTRLvsl+/ZvPxY=";
+ cargoSha256 = "sha256-4oH1A88Qn0c6hkE/1b6mTrEIph8xT98j+DkP9/5JALs=";
doCheck = false;