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 6f0c935 + 9e67e8a commit df0de40Copy full SHA for df0de40
pkgs/by-name/fl/flarectl/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "flarectl";
9
- version = "0.111.0";
+ version = "0.112.0";
10
11
src = fetchFromGitHub {
12
owner = "cloudflare";
13
repo = "cloudflare-go";
14
rev = "v${version}";
15
- hash = "sha256-/oIY7Sf7XNyoxMsaEqHgSPt8AxWDeMtMsVQ0r/vlICQ=";
+ hash = "sha256-HdbeGlkOFV1ebP0zylFttfREXECJhUDpta3FTQXtYCE=";
16
};
17
18
- vendorHash = "sha256-Zuk+WreO15tGrSYHkuu6h6ZpM3iL+dPyf13LIeVEz44=";
+ vendorHash = "sha256-TMQCJmCh0UuDdd8aenA9v2VnEISb2JX2LBUgTk0n98w=";
19
20
subPackages = [ "cmd/flarectl" ];
21
0 commit comments