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

flarectl: 0.97.0 -> 0.98.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-25 17:19:00 +00:00 committed by GitHub
commit e52bfa0d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];