We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f1d78c + 809cb16 commit 607f987Copy full SHA for 607f987
pkgs/by-name/fl/flarectl/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "flarectl";
8
- version = "0.101.0";
+ version = "0.102.0";
9
10
src = fetchFromGitHub {
11
owner = "cloudflare";
12
repo = "cloudflare-go";
13
rev = "v${version}";
14
- hash = "sha256-twQ+my2CZmQDGMZg7bNZwNqSME+HZrWDZkzxKKEKd/0=";
+ hash = "sha256-i/JWbi8itjcFklknFGB23DtYh4+jd+2YMQysHtS3qf8=";
15
};
16
17
- vendorHash = "sha256-gnl5zNNIH1LSAyzrhKIRXvwpUhXEydyDFzNCYtpZEIE=";
+ vendorHash = "sha256-4tJATAvWpWq1aTtV4ERTHF6S2D0azC3HlrwxkLIGT7s=";
18
19
subPackages = [ "cmd/flarectl" ];
20
0 commit comments