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 bdc8929 + b153902 commit 2dfa14cCopy full SHA for 2dfa14c
pkgs/by-name/cl/cloudflare-utils/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "cloudflare-utils";
8
- version = "1.2.1";
+ version = "1.3.0";
9
10
src = fetchFromGitHub {
11
owner = "Cyb3r-Jak3";
12
repo = "cloudflare-utils";
13
rev = "v${version}";
14
- sha256 = "sha256-41TQ+St6U4exLSl4dwc1E6K8P+oqQ4m5RSI7L2/dWwI=";
+ sha256 = "sha256-hmMWMV8hJblXn0aW+S/VpFu9xYdh8k1H1Oa2x5DYMY4=";
15
};
16
17
- vendorHash = "sha256-HE6x4KSe9b9ZzcYz7sP25aTeDGU4zXgkYm/1RwYYBt4=";
+ vendorHash = "sha256-c1fUMX7pSiElSWSMBIzoNIEGcnCck9eUGPYXzb2Rv3w=";
18
19
meta = {
20
description = "Helpful Cloudflare utility program";
0 commit comments