flarectl: 0.99.0 -> 0.101.0

This commit is contained in:
R. Ryantm
2024-08-07 19:14:19 +00:00
parent 1602c0d3c0
commit 02ef1997d9
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "flarectl";
version = "0.99.0";
version = "0.101.0";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "cloudflare-go";
rev = "v${version}";
hash = "sha256-Mv9LuNW5qnWuFYEbvv7cuPFM4PFixhgyFO90SBUS5Fg=";
hash = "sha256-twQ+my2CZmQDGMZg7bNZwNqSME+HZrWDZkzxKKEKd/0=";
};
vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";
vendorHash = "sha256-gnl5zNNIH1LSAyzrhKIRXvwpUhXEydyDFzNCYtpZEIE=";
subPackages = [ "cmd/flarectl" ];