Merge pull request #310803 from trishtzy/flyctl/0.2.52

flyctl: 0.2.51 -> 0.2.52
This commit is contained in:
Raghav Sood 2024-05-11 19:15:09 +08:00 committed by GitHub
commit ea65d043b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGo122Module rec {
pname = "flyctl";
version = "0.2.51";
version = "0.2.52";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-UAA8aTT4Q3aimXJTz3P7Hirx4I3UZJb5KdXT59hxeXs=";
hash = "sha256-BCnMXyS94tuD+Un1DLqs3mdGi7XrVBoZGJ/XkpACOQI";
};
vendorHash = "sha256-eTiY65VGFBgGzCOrnp/WbOo9Lbdk4PYwT7CppjsZ4WE=";