about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-11-08 14:48:46 +0100
committerGitHub <noreply@github.com>2022-11-08 14:48:46 +0100
commit3f99ae36baf827ba9c94c39c5ea3b01f5693fa93 (patch)
tree2fcc6b8a5d7150935c8290cccaeb9d42b5dc1d61 /pkgs
parent10142d4878cf615c7387a80c8eda49f83d224316 (diff)
parentcc62af324647288d7e3e10fedbae3292da4efc7c (diff)
Merge pull request #200186 from kouyk/update/btop
btop: 1.2.12 -> 1.2.13
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/btop/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix
index e460dadbc811a..1bde417e6dedf 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -8,14 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "btop";
-  version = "1.2.12";
-  hash = "sha256-ieNwFCDJF0U1wTfAeWM22CS3RE1SEp12ODHsRVYFoKU=";
+  version = "1.2.13";
 
   src = fetchFromGitHub {
     owner = "aristocratos";
     repo = pname;
     rev = "v${version}";
-    sha256 = hash;
+    hash = "sha256-F/muCjhcnM+VqAn6FlD4lv23OLITrmtnHkFc5zv97yk=";
   };
 
   ADDFLAGS = with darwin.apple_sdk.frameworks;