Skip to content

Commit

Permalink
Merge pull request #332621 from r-ryantm/auto-update/cloudflare-utils
Browse files Browse the repository at this point in the history
cloudflare-utils: 1.2.1 -> 1.3.0
  • Loading branch information
donovanglover authored Aug 14, 2024
2 parents bdc8929 + b153902 commit 2dfa14c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/cloudflare-utils/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "cloudflare-utils";
version = "1.2.1";
version = "1.3.0";

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

vendorHash = "sha256-HE6x4KSe9b9ZzcYz7sP25aTeDGU4zXgkYm/1RwYYBt4=";
vendorHash = "sha256-c1fUMX7pSiElSWSMBIzoNIEGcnCck9eUGPYXzb2Rv3w=";

meta = {
description = "Helpful Cloudflare utility program";
Expand Down

0 comments on commit 2dfa14c

Please sign in to comment.