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

flyctl: 0.0.227 -> 0.0.228
This commit is contained in:
Jörg Thalheim 2021-07-03 13:26:11 +01:00 committed by GitHub
commit a4e19b71be
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.227";
version = "0.0.228";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-nql0zK2H0FDQMsnSJSNzC7YmvUZfITHH5p1efFHsj58=";
sha256 = "sha256-h8ZiAabB0IIJoeQMMvOO1lQNMdFYAoTXKcTAPmLP5Sw=";
};
preBuild = ''