flarectl: 0.88.0 -> 0.89.0

This commit is contained in:
R. Ryantm
2024-02-28 01:46:54 +00:00
parent 5d1b96ebf2
commit ca8c5621e2
+2 -2
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=";