about summary refs log tree commit diff
path: root/pkgs/tools/system/btop
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-11-08 12:14:23 +0100
committerGitHub <noreply@github.com>2022-11-08 12:14:23 +0100
commitcc62af324647288d7e3e10fedbae3292da4efc7c (patch)
tree61ebb69131a7f69cb0dff86876a94b00a28e1ccd /pkgs/tools/system/btop
parent3dfbc6f54eaf41c864aaeb82c31b1e06feb23172 (diff)
btop: move hash
Diffstat (limited to 'pkgs/tools/system/btop')
-rw-r--r--pkgs/tools/system/btop/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix
index 0425ee728bf29..1bde417e6dedf 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -9,13 +9,12 @@
 stdenv.mkDerivation rec {
   pname = "btop";
   version = "1.2.13";
-  hash = "sha256-F/muCjhcnM+VqAn6FlD4lv23OLITrmtnHkFc5zv97yk=";
 
   src = fetchFromGitHub {
     owner = "aristocratos";
     repo = pname;
     rev = "v${version}";
-    sha256 = hash;
+    hash = "sha256-F/muCjhcnM+VqAn6FlD4lv23OLITrmtnHkFc5zv97yk=";
   };
 
   ADDFLAGS = with darwin.apple_sdk.frameworks;