diff options
| author | Mario Rodas <marsam@users.noreply.github.com> | 2022-11-12 10:33:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-12 10:33:11 -0500 |
| commit | c8cff6cdafab7eb52e8cd940f11014377f01ffb0 (patch) | |
| tree | c8c325479f3f02119950a67b40f6a9f3b4d19e97 | |
| parent | Merge pull request #200803 from r-ryantm/auto-update/fluent-bit (diff) | |
| parent | flyctl: 0.0.429 -> 0.0.430 (diff) | |
| download | nixpkgs-c8cff6cdafab7eb52e8cd940f11014377f01ffb0.tar.gz | |
Merge pull request #200802 from r-ryantm/auto-update/flyctl
flyctl: 0.0.429 -> 0.0.430
| -rw-r--r-- | pkgs/development/web/flyctl/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/web/flyctl/default.nix b/pkgs/development/web/flyctl/default.nix index 89256eae0be6..816ee72f28be 100644 --- a/pkgs/development/web/flyctl/default.nix +++ b/pkgs/development/web/flyctl/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "flyctl"; - version = "0.0.429"; + version = "0.0.430"; src = fetchFromGitHub { owner = "superfly"; repo = "flyctl"; rev = "v${version}"; - sha256 = "sha256-rx+5wHd6RyvsoL6176zBCgAZLCAXfdOIgZ41Vq48rdI="; + sha256 = "sha256-XlUg0FNQw8IuZ5biMILy53FJ9s84+M/VdACSbBwGKG0="; }; vendorSha256 = "sha256-pc9+m6oZGYBqDwE642HB4Ku549L3bMA52jWSmzV3tHc="; |
