firectl: 0.1.0 -> 0.1.0-unstable-2022-03-01

The latest version of nixpkgs.firecracker (1.0.0) is incompatible
with version 0.1.0 of firectl. Must use latest HEAD in upstream
to pick up breaking changes in the API. See:
https://github.com/firecracker-microvm/firectl/issues/82
This commit is contained in:
Blake Smith 2022-04-16 23:10:58 -05:00
parent 6140c314d5
commit 6c87c725e2
2 changed files with 6 additions and 21 deletions

View File

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "firectl";
version = "0.1.0";
patches = [ ./gomod.patch ];
# The latest upstream 0.1.0 is incompatible with firecracker
# v0.1.0. See issue: https://github.com/firecracker-microvm/firectl/issues/82
version = "unstable-2022-03-01";
src = fetchFromGitHub {
owner = "firecracker-microvm";
repo = pname;
rev = "v${version}";
sha256 = "1ni3yx4rjhrkqk2038c6hkb2jwsdj2llx233wd5wgpvb6c57652p";
rev = "9f1b639a446e8d75f31787a00b9f273c1e68f12c";
sha256 = "TjzzHY9VYPpWoPt6nHYUerKX94O03sm524wGM9lGzno=";
};
vendorSha256 = "1xbpck1gvzl75xgrajf5yzl199l4f2f6j3mac5586i7b00b9jxqj";
vendorSha256 = "3SVEvvGNx6ienyJZg0EOofHNHCPSpJUGXwHxokdRG1c=";
doCheck = false;

View File

@ -1,15 +0,0 @@
diff --git a/go.mod b/go.mod
index 1044001..7bafeda 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,10 @@
module github.com/firecracker-microvm/firectl
+go 1.14
+
require (
github.com/firecracker-microvm/firecracker-go-sdk v0.15.1
+ github.com/go-openapi/strfmt v0.17.1
github.com/jessevdk/go-flags v1.4.0
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.1.1