btop: 1.1.4 -> 1.2.0

This commit is contained in:
Steven Kou 2022-01-17 23:26:26 +08:00 committed by Matthieu Coudron
parent 831fd2cd05
commit 966a7403df

View file

@ -8,13 +8,14 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.1.4";
version = "1.2.0";
hash = "qNm0mzPPh6jYIJX1W+macIDiGyWT+0jk7O0jCmvV/S4=";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "1q8rp34fjbg9abbw5v6l5h9cmvzqq05cmkgavh8qd5xyimsx3xyh";
sha256 = hash;
};
hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];