flarectl: 0.102.0 -> 0.103.0

This commit is contained in:
R. Ryantm 2024-08-28 13:25:35 +00:00
parent 8a2f45a81f
commit 025feb1a9b

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "flarectl";
version = "0.102.0";
version = "0.103.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-i/JWbi8itjcFklknFGB23DtYh4+jd+2YMQysHtS3qf8=";
hash = "sha256-mYdZgHJz2Ajrk/JRbaDeghm39PWidnAIZvjJTvl8lpM=";
};
vendorHash = "sha256-4tJATAvWpWq1aTtV4ERTHF6S2D0azC3HlrwxkLIGT7s=";
vendorHash = "sha256-R3By8/cR4pZQgUSyNGDnnvWwcpZqraqk5GRZ8Om9JOU=";
subPackages = [ "cmd/flarectl" ];