flyctl: 0.1.20 -> 0.1.23

https://github.com/superfly/flyctl/releases/tag/v0.1.23
This commit is contained in:
cherryblossom 2023-06-01 19:35:25 +10:00
parent 64d92ed112
commit 3425365f62
No known key found for this signature in database
GPG Key ID: 03B34648D6DEB639

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "flyctl"; pname = "flyctl";
version = "0.1.20"; version = "0.1.23";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "superfly"; owner = "superfly";
repo = "flyctl"; repo = "flyctl";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-S0jYNNbXTR1Vr6YHoUXxhTM+MKuokI0Tyc5svh31DM8="; hash = "sha256-ekVqY5rM/CeewZ0wnlSjWusPEQzdeVwIGdfnicMe3k8";
}; };
vendorHash = "sha256-UCP73yAeT3JO7fhpshTpbhmB2wLGc26GiLY/DkBAgTg="; vendorHash = "sha256-7KLEfK2eZLEtOHqQxhpdQCeKVfn+rUu3i699Zk06J/U=";
subPackages = [ "." ]; subPackages = [ "." ];