flyctl: 0.2.17 → 0.2.25

https://github.com/superfly/flyctl/compare/v0.2.17...v0.2.25
This commit is contained in:
Maxine Aubrey 2024-03-27 17:33:00 +01:00
parent fc9e6696ab
commit da8f2e0978
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGo122Module rec {
pname = "flyctl";
version = "0.2.17";
version = "0.2.25";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-XE1kZdR9ZbWMqp0neouZBvNtIJbOdzp/aMe+uA85zL8=";
hash = "sha256-yMkTLUM/1P9VrsYaF4m9YyRLV6qz6uMiYlhUN5S58uU=";
};
vendorHash = "sha256-ZX7hcxQJdSLwY37DnV3vKcBW+K9F5RMPUeMtWzm48Dc=";
vendorHash = "sha256-TMlJbh9tMRNdeZlem27lgknuJ/YNFkVaWS9BNTTuXic=";
subPackages = [ "." ];