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

flyctl: 0.2.75 -> 0.2.79
This commit is contained in:
Raghav Sood 2024-07-03 16:08:16 +08:00 committed by GitHub
commit d307734346
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.2.75";
version = "0.2.79";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-7qJDlMy2LmrUMxeacH6n/JP8Zg4ln12iC1BGysejMws=";
hash = "sha256-mnLBSTzeDcxmKNile4Kfe0AABoLgK3EL9HU8r8OPsuc=";
};
vendorHash = "sha256-RSLwEOtZsYfTgBdkZIxccxehz8lbozWJV5UdKiMeoLU=";