Skip to content

Commit 2dfa14c

Browse files
Merge pull request #332621 from r-ryantm/auto-update/cloudflare-utils
cloudflare-utils: 1.2.1 -> 1.3.0
2 parents bdc8929 + b153902 commit 2dfa14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cloudflare-utils/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 = "cloudflare-utils";
8-
version = "1.2.1";
8+
version = "1.3.0";
99

1010
src = fetchFromGitHub {
1111
owner = "Cyb3r-Jak3";
1212
repo = "cloudflare-utils";
1313
rev = "v${version}";
14-
sha256 = "sha256-41TQ+St6U4exLSl4dwc1E6K8P+oqQ4m5RSI7L2/dWwI=";
14+
sha256 = "sha256-hmMWMV8hJblXn0aW+S/VpFu9xYdh8k1H1Oa2x5DYMY4=";
1515
};
1616

17-
vendorHash = "sha256-HE6x4KSe9b9ZzcYz7sP25aTeDGU4zXgkYm/1RwYYBt4=";
17+
vendorHash = "sha256-c1fUMX7pSiElSWSMBIzoNIEGcnCck9eUGPYXzb2Rv3w=";
1818

1919
meta = {
2020
description = "Helpful Cloudflare utility program";

0 commit comments

Comments
 (0)