flyctl: 0.3.1 -> 0.3.6

This commit is contained in:
R. Ryantm 2024-09-20 06:25:53 +00:00
parent f2e489400c
commit b1190a7ccc

View File

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