Merge pull request #200186 from kouyk/update/btop

btop: 1.2.12 -> 1.2.13
This commit is contained in:
Fabian Affolter 2022-11-08 14:48:46 +01:00 committed by GitHub
commit 3f99ae36ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;