flarectl: 0.111.0 -> 0.112.0

This commit is contained in:
R. Ryantm
2024-12-18 13:13:54 +00:00
parent a98c720fb6
commit 9e67e8aeee

View File

@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "flarectl";
version = "0.111.0";
version = "0.112.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-/oIY7Sf7XNyoxMsaEqHgSPt8AxWDeMtMsVQ0r/vlICQ=";
hash = "sha256-HdbeGlkOFV1ebP0zylFttfREXECJhUDpta3FTQXtYCE=";
};
vendorHash = "sha256-Zuk+WreO15tGrSYHkuu6h6ZpM3iL+dPyf13LIeVEz44=";
vendorHash = "sha256-TMQCJmCh0UuDdd8aenA9v2VnEISb2JX2LBUgTk0n98w=";
subPackages = [ "cmd/flarectl" ];