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

flyctl: 0.0.153 -> 0.0.154
This commit is contained in:
Mario Rodas 2020-12-12 16:36:32 -05:00 committed by GitHub
commit 704f87f8fa
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.153";
version = "0.0.154";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "1an6j4bv9ib5rn78dbn8h1pdkw3fcd3fdrymhvr6909pvcz7bbgy";
sha256 = "0hf33jm0ph4a79jg9irz0ynvdyah942cm5hb6j04hmg24x1037jm";
};
preBuild = ''