flyctl: 0.2.125 -> 0.3.1

Changes: https://github.com/superfly/flyctl/releases/tag/v0.3.1
This commit is contained in:
Ashish SHUKLA 2024-09-12 11:17:26 +05:30
parent 159be5db48
commit 007bae1994
No known key found for this signature in database

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.2.125";
version = "0.3.1";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-7jMti/NShvo6T3JLzRM9FKqRXkgS8jeUitZq5SU4sHE=";
hash = "sha256-5P6B52ekrAupoQh2K3LhC4ydwuKOTPfpjOVlGiDxQb0=";
};
vendorHash = "sha256-uYGOXXeNfe2rYtJh2ggNv2TbVJul4RbiBQ1KSbEjqW8=";
vendorHash = "sha256-QfequNmKLbZqMKcwhRXKaTflQYWKu8ucjaGcBM7Jn6g=";
subPackages = [ "." ];