flarectl: 0.113.0 -> 0.114.0

This commit is contained in:
R. Ryantm
2025-01-26 15:34:52 +00:00
parent d5cf0d2fd4
commit 787497b843
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "flarectl";
version = "0.113.0";
version = "0.114.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-3luHcmMa2iCsgtg1wNkBcScH/iO1+DUHXpwpaIR6IFI=";
hash = "sha256-K0SnwLZUmu/qPTAMXPiQtomKyfLK+gJIIMo4sY6qjYc=";
};
vendorHash = "sha256-SnkIVGrB7McwdfFfI4yMDviQ+mpl4udu2COS3AEMS3o=";
vendorHash = "sha256-vTByYXYj3r8pOi6oXYu9f7zO4MdXg0fWqWzhsNLCjjw=";
subPackages = [ "cmd/flarectl" ];