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

flyctl: 0.0.149 -> 0.0.150
This commit is contained in:
Mario Rodas 2020-11-21 21:36:32 -05:00 committed by GitHub
commit 1d4bc53b7f
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.149";
version = "0.0.150";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "0wscyakl415504yzqb93mysi2n4gqrbfzg20mdj316r9krqcbzpg";
sha256 = "1wj3l32f9xpmqq91nzlxy8zgh1zkx4ckhc9r487agmv80bfjnzj2";
};
preBuild = ''