mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
cloudflare-utils: 1.3.3 -> 1.3.4 (#377182)
Co-authored-by: yelite <yelite@users.noreply.github.com>
This commit is contained in:
commit
f4505608db
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
}:
|
}:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "cloudflare-utils";
|
pname = "cloudflare-utils";
|
||||||
version = "1.3.3";
|
version = "1.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Cyb3r-Jak3";
|
owner = "Cyb3r-Jak3";
|
||||||
repo = "cloudflare-utils";
|
repo = "cloudflare-utils";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Wa8YCwOY7kwKJmME5hWpEGrC8bxjgVnli1GUwKLyFJg=";
|
hash = "sha256-XYOYun7PmZEQQRVCi46tBYoNZdXedmhpdUygtVlU0bE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-hoU+GSJHBZtb29jJbeuaFQSn496b1xLzXJtBCbKEcYE=";
|
vendorHash = "sha256-fg2BJkXdCWAO83kMoxkHlEyZuVezu9rs0hEda17KObE=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Helpful Cloudflare utility program";
|
description = "Helpful Cloudflare utility program";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue