Merge pull request #314437 from RaghavSood/flyctl/0.2.58

flyctl: 0.2.55 -> 0.2.58
This commit is contained in:
Raghav Sood 2024-05-25 09:30:48 +08:00 committed by GitHub
commit b41b187442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flyctl";
version = "0.2.55";
version = "0.2.58";
src = fetchFromGitHub {
owner = "superfly";
repo = "flyctl";
rev = "v${version}";
hash = "sha256-yCRaF600UrDmazsgTRp/grWtkULeSQedE5m69K6h/4Q=";
hash = "sha256-aXiBDPl/x/xeu+fNrxs+JejVtSZu8KZKbrSetJj4/Pk=";
};
vendorHash = "sha256-1hlWyr41t8J4naN5QbEtfCv3npe/kvMH5NKKaxYvLYk=";
vendorHash = "sha256-NmogEh3xWQ/opMm9UarpfuH3MJzJ9+qb0KX/O+i/pcA=";
subPackages = [ "." ];
@ -34,11 +34,6 @@ buildGoModule rec {
HOME=$(mktemp -d)
'';
checkFlags = [
# these tests require network
"-skip=TestToTestMachineConfig"
];
# We override checkPhase to be able to test ./... while using subPackages
checkPhase = ''
runHook preCheck