Merge pull request #324482 from r-ryantm/auto-update/flarectl

flarectl: 0.98.0 -> 0.99.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-07-04 05:40:39 +00:00 committed by GitHub
commit 5f17bfe057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "flarectl";
version = "0.98.0";
version = "0.99.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-h6NLX++cf9pn8plZUKyiE3qcsiXGYHngRio34Mp341g=";
hash = "sha256-Mv9LuNW5qnWuFYEbvv7cuPFM4PFixhgyFO90SBUS5Fg=";
};
vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";