Merge pull request #138112 from r-ryantm/auto-update/flyctl

flyctl: 0.0.238 -> 0.0.240
This commit is contained in:
Artturi 2021-09-20 07:13:45 +03:00 committed by GitHub
commit 83e65f5510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.0.238";
version = "0.0.240";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-dW5+Ga3/sfI33DUmJ3OwXvgbLqC1JkTXXauu0POc16s=";
sha256 = "sha256-bcpHrc5DfpkzDzqHlYUfrlQFjVC1j0uRQfAIOVWiV8g=";
};
preBuild = ''