Loading pkgs/by-name/ma/mactop/package.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,16 +7,18 @@ buildGoModule rec { pname = "mactop"; version = "0.2.3"; version = "2.0.5"; src = fetchFromGitHub { owner = "context-labs"; owner = "metaspartan"; repo = "mactop"; tag = "v${version}"; hash = "sha256-xWUCOmNwhxmutY7G+FmxT7mabexuBIcgFzX++zsdnN4="; hash = "sha256-0M3nV3gjsY1vg+uqXbKUAF/8311jc8UJ2UYUFyrRiAo="; }; vendorHash = "sha256-BFvd1jJzGYsI2E6BdFy+BwHOAy7VgblcByV/oRCKORs="; vendorHash = "sha256-nlbifuj4kued8ugawAfd4V6uirkQEZ1yRQXVsF+ZEdc="; proxyVendor = true; ldflags = [ "-s" Loading @@ -28,8 +30,8 @@ buildGoModule rec { meta = { description = "Terminal-based monitoring tool 'top' designed to display real-time metrics for Apple Silicon chips"; homepage = "https://github.com/context-labs/mactop"; changelog = "https://github.com/context-labs/mactop/releases/tag/${src.tag}"; homepage = "https://github.com/metaspartan/mactop"; changelog = "https://github.com/metaspartan/mactop/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; mainProgram = "mactop"; Loading Loading
pkgs/by-name/ma/mactop/package.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,16 +7,18 @@ buildGoModule rec { pname = "mactop"; version = "0.2.3"; version = "2.0.5"; src = fetchFromGitHub { owner = "context-labs"; owner = "metaspartan"; repo = "mactop"; tag = "v${version}"; hash = "sha256-xWUCOmNwhxmutY7G+FmxT7mabexuBIcgFzX++zsdnN4="; hash = "sha256-0M3nV3gjsY1vg+uqXbKUAF/8311jc8UJ2UYUFyrRiAo="; }; vendorHash = "sha256-BFvd1jJzGYsI2E6BdFy+BwHOAy7VgblcByV/oRCKORs="; vendorHash = "sha256-nlbifuj4kued8ugawAfd4V6uirkQEZ1yRQXVsF+ZEdc="; proxyVendor = true; ldflags = [ "-s" Loading @@ -28,8 +30,8 @@ buildGoModule rec { meta = { description = "Terminal-based monitoring tool 'top' designed to display real-time metrics for Apple Silicon chips"; homepage = "https://github.com/context-labs/mactop"; changelog = "https://github.com/context-labs/mactop/releases/tag/${src.tag}"; homepage = "https://github.com/metaspartan/mactop"; changelog = "https://github.com/metaspartan/mactop/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ natsukium ]; mainProgram = "mactop"; Loading