about summary refs log tree commit diff
path: root/pkgs/tools/system/bottom
diff options
context:
space:
mode:
authorNicolas Berbiche <nicolas@normie.dev>2021-07-19 14:29:02 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-19 16:41:48 -0700
commit51f6c77e0c0d295f166e8839c833c8df28e95ae7 (patch)
treec10388732db840b1c44d8ee4c4764b5e00861d64 /pkgs/tools/system/bottom
parentb7320b325d9e847861617208f2da9a00a63b5525 (diff)
bottom: 0.6.2 -> 0.6.3
Diffstat (limited to 'pkgs/tools/system/bottom')
-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 036410f350ca0..1401f2a78a903 100644
--- a/pkgs/tools/system/bottom/default.nix
+++ b/pkgs/tools/system/bottom/default.nix
@@ -11,13 +11,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bottom";
-  version = "0.6.2";
+  version = "0.6.3";
 
   src = fetchFromGitHub {
     owner = "ClementTsang";
     repo = pname;
     rev = version;
-    sha256 = "sha256-QCi6Oi5xk88ev2B4rlXwgR55qKZSUbIY/96t/jhJQ0Q=";
+    sha256 = "sha256-hXEaQL4jTd/MfEUVKUTs7oTRAffau1YA/IUUtD+V9KI=";
   };
 
   prePatch = ''
@@ -33,7 +33,7 @@ rustPlatform.buildRustPackage rec {
     libiconv
   ];
 
-  cargoSha256 = "sha256-RJ7xIp9EBiBLSMAchr7XYhrTITNJy+Yfok//vZr3Z38=";
+  cargoSha256 = "sha256-aeR6fcIWkY4AWZy8tVotUAVRVSiO/0S0DU/A9/ATrF4=";
 
   doCheck = false;