goctl: 1.8.5 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-08-17 07:22:50 +00:00
parent 91dc47bffd
commit b05d057d2d

View File

@ -6,16 +6,16 @@
buildGoModule rec {
pname = "goctl";
version = "1.8.5";
version = "1.9.0";
src = fetchFromGitHub {
owner = "zeromicro";
repo = "go-zero";
tag = "v${version}";
hash = "sha256-12nlrwzzM5wPyiC3vJfs7sJ7kPiRy1H0gTeWB+9bqKI=";
hash = "sha256-1V/LH38H0alylKLid/nQxNF8fA02G++m6Nq2/JIen2w=";
};
vendorHash = "sha256-ReLXN4SUNQ7X0yHy8FFwD8lRRm05q2FdEdohXpfuZIY=";
vendorHash = "sha256-clbTaXZck16guROF6bHeDt95CtwtgkvIAEM8JBS5u7Y=";
modRoot = "tools/goctl";
subPackages = [ "." ];