Skip to content

Commit 29f117d

Browse files
committed
1 parent 3a3b9db commit 29f117d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ma/mactop/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "mactop";
9-
version = "0.1.9";
9+
version = "0.2.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "context-labs";
1313
repo = "mactop";
14-
rev = "refs/tags/v${version}";
15-
hash = "sha256-r9je+oeedQJsFBWWbOUcUls/EX0JZveUkmsXXtC8O0Q=";
14+
tag = "v${version}";
15+
hash = "sha256-xWUCOmNwhxmutY7G+FmxT7mabexuBIcgFzX++zsdnN4=";
1616
};
1717

18-
vendorHash = "sha256-/KecVx4Gp776t8gFSO29E1q9v29nwrKIWZYCpj7IlSo=";
18+
vendorHash = "sha256-BFvd1jJzGYsI2E6BdFy+BwHOAy7VgblcByV/oRCKORs=";
1919

2020
ldflags = [
2121
"-s"
@@ -25,7 +25,7 @@ buildGoModule rec {
2525
meta = {
2626
description = "Terminal-based monitoring tool 'top' designed to display real-time metrics for Apple Silicon chips";
2727
homepage = "https://github.com/context-labs/mactop";
28-
changelog = "https://github.com/context-labs/mactop/releases/tag/${lib.removePrefix "refs/tags/" src.rev}";
28+
changelog = "https://github.com/context-labs/mactop/releases/tag/${src.tag}";
2929
license = lib.licenses.mit;
3030
maintainers = with lib.maintainers; [ natsukium ];
3131
mainProgram = "mactop";

0 commit comments

Comments
 (0)