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

flarectl: 0.86.0 -> 0.87.0
This commit is contained in:
Nick Cao 2024-01-31 08:36:23 -05:00 committed by GitHub
commit 062ab304cd
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.86.0";
version = "0.87.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-BGjay9DTlIU563bCSjprq5YwF47Xqj+ZulCda5t2t5I=";
hash = "sha256-M3Qc9PAcYASOQyEjWdGrLKx9h6uQGPftMJnD0Uc2buc=";
};
vendorHash = "sha256-Bn2SDvFWmmMYDpOe+KBuzyTZLpdDtYDPc8HixgEgX+M=";