From de0bf891e9ca0578e6014f16c91be777aa52106f Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 29 Sep 2021 18:50:02 +0200 Subject: [PATCH] btop: 1.0.9 -> 1.0.10 --- pkgs/tools/system/btop/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix index d625b542518c..2884e509b43d 100644 --- a/pkgs/tools/system/btop/default.nix +++ b/pkgs/tools/system/btop/default.nix @@ -5,13 +5,13 @@ stdenv.mkDerivation rec { pname = "btop"; - version = "1.0.9"; + version = "1.0.10"; src = fetchFromGitHub { owner = "aristocratos"; repo = pname; rev = "v${version}"; - sha256 = "sha256-nZd1ECs47WyVUwR08Lcz6xmVYZJ2Bc2QSzNkI68KUcs="; + sha256 = "14d41q9hfwmzhxqrnrz17rgbi03j0xga2jmw8n9y2v21rqxg73y0"; }; installFlags = [ "PREFIX=$(out)" ];