flyctl: 0.2.75 -> 0.2.79

This commit is contained in:
R. Ryantm 2024-07-03 05:29:35 +00:00
parent 9a775e4ab3
commit 30e90f2230

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=";