btop: move hash

This commit is contained in:
Fabian Affolter 2022-11-08 12:14:23 +01:00 committed by GitHub
parent 3dfbc6f54e
commit cc62af3246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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