File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77buildGoModule 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" ;
You can’t perform that action at this time.
0 commit comments