Skip to content

Commit 607f987

Browse files
Merge pull request #334709 from r-ryantm/auto-update/flarectl
flarectl: 0.101.0 -> 0.102.0
2 parents 0f1d78c + 809cb16 commit 607f987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fl/flarectl/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55

66
buildGoModule rec {
77
pname = "flarectl";
8-
version = "0.101.0";
8+
version = "0.102.0";
99

1010
src = fetchFromGitHub {
1111
owner = "cloudflare";
1212
repo = "cloudflare-go";
1313
rev = "v${version}";
14-
hash = "sha256-twQ+my2CZmQDGMZg7bNZwNqSME+HZrWDZkzxKKEKd/0=";
14+
hash = "sha256-i/JWbi8itjcFklknFGB23DtYh4+jd+2YMQysHtS3qf8=";
1515
};
1616

17-
vendorHash = "sha256-gnl5zNNIH1LSAyzrhKIRXvwpUhXEydyDFzNCYtpZEIE=";
17+
vendorHash = "sha256-4tJATAvWpWq1aTtV4ERTHF6S2D0azC3HlrwxkLIGT7s=";
1818

1919
subPackages = [ "cmd/flarectl" ];
2020

0 commit comments

Comments
 (0)