flarectl: 0.97.0 -> 0.98.0

This commit is contained in:
R. Ryantm 2024-06-25 11:40:00 +00:00
parent e1f89770af
commit 2673432cb8

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "flarectl";
version = "0.97.0";
version = "0.98.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-FeUZYOa35WOxSagCwN0Cq4cbvrEgRr1xjfHGqGvZSxY=";
hash = "sha256-h6NLX++cf9pn8plZUKyiE3qcsiXGYHngRio34Mp341g=";
};
vendorHash = "sha256-Ae3KC7D5PrIGd29pGPVTu56DIlJS0CLViLnK6FY7KU0=";
vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";
subPackages = [ "cmd/flarectl" ];