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

flyctl: 0.0.308 -> 0.0.310
This commit is contained in:
Bobby Rong 2022-04-02 13:28:56 +08:00 committed by GitHub
commit a1b1ad60f8
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.308";
version = "0.0.310";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
sha256 = "sha256-Di0egdreY3c6kulcvAl4dFfYpIuMocQzHiFW48kJ6u4=";
sha256 = "sha256-69yyH4og7FGS3+M72YhlrwjatucfGliHYcMpPi1ddjA=";
};
preBuild = ''