1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "crypto-tracker";
7 src = fetchFromGitHub {
9 repo = "crypto-tracker";
11 hash = "sha256-8tTaXpHZWcDq0Jfa9Hf258VYwfimLhYjCAzD4X/Ow0s=";
14 vendorHash = "sha256-ORdDrZ61u76mz2oZyxfdf7iuo9SnuQeDxESt9lORhgQ=";
17 description = "Program to retrieve the latest price for several cryptocurrencies using the CoinMarketCap API";
18 homepage = "https://github.com/Nox04/crypto-tracker";
19 license = licenses.mit;
20 maintainers = with maintainers; [ tiredofit ];
21 mainProgram = "crypto-tracker";