1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

btop: 1.1.3 -> 1.1.4

This commit is contained in:
Joel 2022-01-07 23:44:01 +10:00
parent d1acd89e01
commit eb5c249b40
No known key found for this signature in database
GPG key ID: 18550BD205E9EF64

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-uKR1ogQwEoyxyWBiLnW8BsOsYgTpeIpKrKspq0JwYjY=";
sha256 = "1q8rp34fjbg9abbw5v6l5h9cmvzqq05cmkgavh8qd5xyimsx3xyh";
};
hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];