flyctl: 0.2.40 -> 0.2.46

This commit is contained in:
Raghav Sood 2024-05-02 02:35:33 +08:00
parent a534c335e0
commit 13b3715cfb
No known key found for this signature in database
GPG Key ID: 13D53E9EB65DE19C

View File

@ -2,16 +2,16 @@
buildGo122Module rec {
pname = "flyctl";
version = "0.2.40";
version = "0.2.46";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-HIJ2EAfNKVlECXHgw2qx5OlWv5davaBrtrSQVsdrKKY=";
hash = "sha256-x7ICqPm3c2bpNb18vNxZVlkxtgCL2GqLMv8TxI7cUfg=";
};
vendorHash = "sha256-uA9Sfovz42+JT+AEY7t4dwWpIUgqX8qdGto7LU7qLtY=";
vendorHash = "sha256-tLlWPKMRPFyMDZGkdjb/hF/7/OPpducGXyGlXExBG64=";
subPackages = [ "." ];