Skip to content

Commit

Permalink
gvisor: 20220905.0 -> 20220919.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpl authored and zowoq committed Sep 22, 2022
1 parent 09b0a44 commit c8554de
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions pkgs/applications/virtualization/gvisor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,25 @@

buildGoModule rec {
pname = "gvisor";
version = "20220905.0";
version = "20220919.0";

# gvisor provides a synthetic go branch (https://github.com/google/gvisor/tree/go)
# that can be used to build gvisor without bazel.
# For updates, you should stick to the commits labeled "Merge release-** (automated)"

src = fetchFromGitHub {
owner = "google";
repo = "gvisor";
rev = "442a3cd44a0858ac2a8e773b6fbba67cf3bd3767";
sha256 = "sha256-LKY7AKAHX29eGuXRrkCVCFl/bdHAVOC0QNZfzlpXqwc=";
rev = "4e7fd140e8d0056f8f031950fcace8ff4d48a526";
sha256 = "sha256-II0lnthabkyCgPum7EBdyOYwB0rWjA2Jd9DVGLJQy6Q=";
};

vendorSha256 = "sha256-Fn8A8iwTv0lNI9ZBJkq3SlRelnAGIQY0GInTxaCzSAU=";
vendorSha256 = "sha256-iGLWxx/Kn1QaJTNOZcc+mwoF3ecEDOkaqmA0DH4pdgU=";

nativeBuildInputs = [ makeWrapper ];

CGO_ENABLED = 0;

ldflags = [ "-s" "-w" ];

subPackages = [ "runsc" "shim" ];
Expand Down

0 comments on commit c8554de

Please sign in to comment.