zkar: 1.3.0 -> 1.4.0

This commit is contained in:
Aaron Jheng 2024-03-14 20:39:19 +08:00
parent b6571a4f5a
commit 9a0a83148d
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -5,21 +5,24 @@
buildGoModule rec {
pname = "zkar";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "phith0n";
repo = pname;
rev = "v${version}";
hash = "sha256-TGqsiYZLbXvCc30OtvNbX4INlzw3ZfjvXal47rP7NDw=";
hash = "sha256-JPkxJpx2guTaEfTYhQsgZG+kXqHXgEiOrS9sk5vOjVc=";
};
vendorHash = "sha256-HQ9qclaaDj0H8PL0oQG1WsH19wVQpynijHNcal4gWBE=";
vendorHash = "sha256-R+Pd3QklWqTuivUy7nRIzCmWSujgXpdfFoXAihGSflk=";
ldflags = [ "-s" "-w" ];
meta = with lib; {
description = "Java serialization protocol analysis tool";
homepage = "https://github.com/phith0n/zkar";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
mainProgram = "zkar";
};
}