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

flyctl: 0.0.145 -> 0.0.146
This commit is contained in:
Mario Rodas 2020-11-11 03:51:56 -05:00 committed by GitHub
commit 4a75e48888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "flyctl"; pname = "flyctl";
version = "0.0.145"; version = "0.0.146";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "superfly"; owner = "superfly";
repo = "flyctl"; repo = "flyctl";
rev = "v${version}"; rev = "v${version}";
sha256 = "00by00jslj9nkq89iwvc5f0jcn4lv8i6xs9y9l2x044rq525q08q"; sha256 = "0qqrzzgr7r2j5cwhbfwfl1z6k9qgqpsdf8f0n545hg48i52q0p2q";
}; };
preBuild = '' preBuild = ''