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

flarectl: 0.99.0 -> 0.101.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-07 20:55:38 +00:00 committed by GitHub
commit ec620c8f7c
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.99.0";
version = "0.101.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-Mv9LuNW5qnWuFYEbvv7cuPFM4PFixhgyFO90SBUS5Fg=";
hash = "sha256-twQ+my2CZmQDGMZg7bNZwNqSME+HZrWDZkzxKKEKd/0=";
};
vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";
vendorHash = "sha256-gnl5zNNIH1LSAyzrhKIRXvwpUhXEydyDFzNCYtpZEIE=";
subPackages = [ "cmd/flarectl" ];