flyctl: 0.3.87 -> 0.3.89

This commit is contained in:
R. Ryantm
2025-03-18 06:29:03 +00:00
parent 7bff569ce4
commit 7c98921fa4
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "flyctl";
version = "0.3.87";
version = "0.3.89";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-zFRNOXk2Yw+AjUt6yNdJ5YYG5xwBYhgpI7M9GZAZOpc=";
hash = "sha256-sAgN45f+RS2uLLP6biym2oT7pW+nyA0lIIpm/pFAPuU=";
};
vendorHash = "sha256-HWSNZQxIR9GnBHpJVkCj+5iIrwqAI3GKYLEmq0GP9lU=";