Skip to content

Commit e52bfa0

Browse files
Merge pull request #322391 from r-ryantm/auto-update/flarectl
flarectl: 0.97.0 -> 0.98.0
2 parents b9248d4 + 2673432 commit e52bfa0

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.97.0";
8+
version = "0.98.0";
99

1010
src = fetchFromGitHub {
1111
owner = "cloudflare";
1212
repo = "cloudflare-go";
1313
rev = "v${version}";
14-
hash = "sha256-FeUZYOa35WOxSagCwN0Cq4cbvrEgRr1xjfHGqGvZSxY=";
14+
hash = "sha256-h6NLX++cf9pn8plZUKyiE3qcsiXGYHngRio34Mp341g=";
1515
};
1616

17-
vendorHash = "sha256-Ae3KC7D5PrIGd29pGPVTu56DIlJS0CLViLnK6FY7KU0=";
17+
vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";
1818

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

0 commit comments

Comments
 (0)