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

flyctl: 0.0.230 -> 0.0.231
This commit is contained in:
Artturi 2021-08-12 20:33:21 +03:00 committed by GitHub
commit f722bf1101
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.230";
version = "0.0.231";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-TI6pBtpUfI1vPsi+tq7FduFaZv9CvkAooqFmHCGslzI=";
sha256 = "sha256-XBF1VVbVxShUL0BNYhM12or9GaHR0JF1pe6JflXtItw=";
};
preBuild = ''