flyctl: 0.2.46 -> 0.2.51

This commit is contained in:
Raghav Sood 2024-05-09 11:41:41 +08:00
parent 022d562f74
commit f33d36cfc5
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.46";
version = "0.2.51";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-x7ICqPm3c2bpNb18vNxZVlkxtgCL2GqLMv8TxI7cUfg=";
hash = "sha256-UAA8aTT4Q3aimXJTz3P7Hirx4I3UZJb5KdXT59hxeXs=";
};
vendorHash = "sha256-tLlWPKMRPFyMDZGkdjb/hF/7/OPpducGXyGlXExBG64=";
vendorHash = "sha256-eTiY65VGFBgGzCOrnp/WbOo9Lbdk4PYwT7CppjsZ4WE=";
subPackages = [ "." ];