about summary refs log tree commit diff
path: root/pkgs/tools/system/bottom
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-26 22:40:55 -0400
committerfigsoda <figsoda@pm.me>2023-08-26 22:40:55 -0400
commit4a72b60b834cd2140be0147c0fcb85e213cf44e7 (patch)
treedb8235a0f203e166e07675e084876acaa57cf2cb /pkgs/tools/system/bottom
parentfcfa6f73f8adccdcaa8ed1a908e834a3afa06505 (diff)
bottom: 0.9.5 -> 0.9.6
Diff: https://github.com/ClementTsang/bottom/compare/0.9.5...0.9.6

Changelog: https://github.com/ClementTsang/bottom/blob/0.9.6/CHANGELOG.md
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 85f48644b96e5..223d4b0f2c96a 100644
--- a/pkgs/tools/system/bottom/default.nix
+++ b/pkgs/tools/system/bottom/default.nix
@@ -8,16 +8,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "bottom";
-  version = "0.9.5";
+  version = "0.9.6";
 
   src = fetchFromGitHub {
     owner = "ClementTsang";
     repo = pname;
     rev = version;
-    hash = "sha256-4wfkNKtF+txsil25HQtS/a/p8n9LWpUHwZVWcQ2u3+c=";
+    hash = "sha256-czOYEZevZD7GfExmqwB7vhLXl6+etag1PjZFA2G9aGA=";
   };
 
-  cargoHash = "sha256-+dXbVNfE0GKVySySiISqOdRqR6BLgwUC8U4PB1wsnvs=";
+  cargoHash = "sha256-RDOGf1jujZikcRXRtL71BUGgmZyt7vQOTk1LkKpXDuo=";
 
   nativeBuildInputs = [ installShellFiles ];