flarectl: 0.86.0 -> 0.87.0

This commit is contained in:
R. Ryantm 2024-01-31 05:54:11 +00:00
parent 0b8f8e0cd9
commit 4490d707c1

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