flyctl: 0.2.25 -> 0.2.40

https://github.com/superfly/flyctl/releases/tag/v0.2.40
This commit is contained in:
Alan Pearce 2024-04-20 22:38:12 +02:00
parent 6edf2fc455
commit 7bdfdda1ad
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGo122Module rec {
pname = "flyctl";
version = "0.2.25";
version = "0.2.40";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-yMkTLUM/1P9VrsYaF4m9YyRLV6qz6uMiYlhUN5S58uU=";
hash = "sha256-HIJ2EAfNKVlECXHgw2qx5OlWv5davaBrtrSQVsdrKKY=";
};
vendorHash = "sha256-TMlJbh9tMRNdeZlem27lgknuJ/YNFkVaWS9BNTTuXic=";
vendorHash = "sha256-uA9Sfovz42+JT+AEY7t4dwWpIUgqX8qdGto7LU7qLtY=";
subPackages = [ "." ];