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

flarectl: 0.93.0 -> 0.94.0
This commit is contained in:
Nick Cao 2024-05-04 10:12:33 -04:00 committed by GitHub
commit 3aa4d7f689
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.93.0";
version = "0.94.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-XN/GRay5fJ2EjGHguG9i4ENCRBPZQcwQJg/2ka0HyaE=";
hash = "sha256-8lZJn4/IpkNT9IHK3rGvNE/Rv0CHQlVVu4F3K+J8fRA=";
};
vendorHash = "sha256-/81Onrs+qyKEt79DtfX4EDDVxhzB0uqaHa3X+GbupWQ=";