3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238197 from r-ryantm/auto-update/flyctl

flyctl: 0.1.23 -> 0.1.36
This commit is contained in:
Pol Dellaiera 2023-06-17 16:13:24 +02:00 committed by GitHub
commit 86dc9f464d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.1.23";
version = "0.1.36";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-ekVqY5rM/CeewZ0wnlSjWusPEQzdeVwIGdfnicMe3k8";
hash = "sha256-zB+zmOXkbITm+CFB1dg3ELlrN+VDNy3t56hzCyXp0YU=";
};
vendorHash = "sha256-7KLEfK2eZLEtOHqQxhpdQCeKVfn+rUu3i699Zk06J/U=";
vendorHash = "sha256-g4S0zHSNCaOl2kYwaR074KYSBChYWvZVfWBK/nHI9t8=";
subPackages = [ "." ];