macmon: init at v0.3.3
This commit is contained in:
parent
5106cce978
commit
2e0d910966
27
pkgs/by-name/ma/macmon/package.nix
Normal file
27
pkgs/by-name/ma/macmon/package.nix
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "macmon";
|
||||
version = "0.3.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vladkens";
|
||||
repo = "macmon";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-COpEjK1LUwGzhSgD09D4gx+MtS2hT0qt06rTPT8JQiQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-DTkpFGl8kTWttFGKTCpny2L0IRrCgpnnXaKIFoxWrW4=";
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/vladkens/macmon";
|
||||
description = "Sudoless performance monitoring for Apple Silicon processors";
|
||||
platforms = [ "aarch64-darwin" ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ schrobingus ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user