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

flyctl: 0.0.146 -> 0.0.149
This commit is contained in:
Ryan Mulligan 2020-11-15 05:44:38 -08:00 committed by GitHub
commit 069f183f16
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.146";
version = "0.0.149";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "0qqrzzgr7r2j5cwhbfwfl1z6k9qgqpsdf8f0n545hg48i52q0p2q";
sha256 = "0wscyakl415504yzqb93mysi2n4gqrbfzg20mdj316r9krqcbzpg";
};
preBuild = ''