lol

vt-cli: add changelog to meta

+4 -3
+4 -3
pkgs/tools/security/vt-cli/default.nix
··· 10 10 src = fetchFromGitHub { 11 11 owner = "VirusTotal"; 12 12 repo = pname; 13 - rev = version; 14 - sha256 = "0jqr2xf6f9ywavkx5hzcfnky8ax23ahdj24hjsnq6zlpdqvfn1xb"; 13 + rev = "refs/tags/${version}"; 14 + hash = "sha256-qwfrNm6XfoOtlpAI2aAaoivkp3Xsw9LnVtwnZ1wXGUs="; 15 15 }; 16 16 17 - vendorSha256 = "sha256-XN6dJpoJe9nJn+Tr9SYD64LE0XFiO2vlpdyI9SrZZjQ="; 17 + vendorHash = "sha256-XN6dJpoJe9nJn+Tr9SYD64LE0XFiO2vlpdyI9SrZZjQ="; 18 18 19 19 ldflags = [ 20 20 "-X github.com/VirusTotal/vt-cli/cmd.Version=${version}" ··· 25 25 meta = with lib; { 26 26 description = "VirusTotal Command Line Interface"; 27 27 homepage = "https://github.com/VirusTotal/vt-cli"; 28 + changelog = "https://github.com/VirusTotal/vt-cli/releases/tag/${version}"; 28 29 license = licenses.asl20; 29 30 maintainers = with maintainers; [ dit7ya ]; 30 31 };