zkar: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-14 17:52:10 +01:00 committed by GitHub
parent 9a0a83148d
commit 1fa47f4b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "phith0n";
repo = pname;
rev = "v${version}";
repo = "zkar";
rev = "refs/tags/v${version}";
hash = "sha256-JPkxJpx2guTaEfTYhQsgZG+kXqHXgEiOrS9sk5vOjVc=";
};
@ -21,6 +21,7 @@ buildGoModule rec {
meta = with lib; {
description = "Java serialization protocol analysis tool";
homepage = "https://github.com/phith0n/zkar";
changelog = "https://github.com/phith0n/zkar/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "zkar";