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

flarectl: 0.88.0 -> 0.89.0
This commit is contained in:
Nick Cao 2024-02-28 10:53:52 -05:00 committed by GitHub
commit b379111236
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.88.0";
version = "0.89.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-nFTE6RCVpfF/CPcwKM0wK15/1KMXAuvSdmtrt+Xrp8E=";
hash = "sha256-BXG9pKkgSSlBNiWiDOWL6D/DSC2iVzVCktL4xyi6/Ao=";
};
vendorHash = "sha256-AxBvmDB3mfgkv7U+BzR0Khdgx1hrDI61CSxr45pRZqg=";