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

flarectl: 0.90.0 -> 0.91.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-03-24 00:16:04 +00:00 committed by GitHub
commit 8aa81f3498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "flarectl";
version = "0.90.0";
version = "0.91.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-4FgRK8tsds+4EFwYpZB2HrPvXN6LdZjehG2oilhOkVw=";
hash = "sha256-T9Xv7EDQfaGOIryvH8TVxrOcIrJWUEsnZ7PpU9Lmv3Y=";
};
vendorHash = "sha256-F1fwzzBg60E7B9iPV0gziGB3WE1tcZ/6nMpnEyTjV1g=";