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 b9248d4 + 2673432 commit e52bfa0Copy full SHA for e52bfa0
pkgs/by-name/fl/flarectl/package.nix
@@ -5,16 +5,16 @@
5
6
buildGoModule rec {
7
pname = "flarectl";
8
- version = "0.97.0";
+ version = "0.98.0";
9
10
src = fetchFromGitHub {
11
owner = "cloudflare";
12
repo = "cloudflare-go";
13
rev = "v${version}";
14
- hash = "sha256-FeUZYOa35WOxSagCwN0Cq4cbvrEgRr1xjfHGqGvZSxY=";
+ hash = "sha256-h6NLX++cf9pn8plZUKyiE3qcsiXGYHngRio34Mp341g=";
15
};
16
17
- vendorHash = "sha256-Ae3KC7D5PrIGd29pGPVTu56DIlJS0CLViLnK6FY7KU0=";
+ vendorHash = "sha256-k1JZGkJy5oGI3pEcrStNrsQTh8diNoe4DARqRX4PGS8=";
18
19
subPackages = [ "cmd/flarectl" ];
20
0 commit comments