Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
runc: 1.0.0-rc7 -> 1.0.0-rc8
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
(cherry picked from commit c64087b)
  • Loading branch information
vdemeester authored and nlewo committed May 5, 2019
1 parent 04954e3 commit 6e29f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/runc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ with lib;

buildGoPackage rec {
name = "runc-${version}";
version = "1.0.0-rc7";
version = "1.0.0-rc8";

src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "1baryjpka8wmzc6c66bir12i390ix3641a06j33shpsb683ws3fj";
sha256 = "05s4p12mgmdcy7gjralh41wlgds6m69zdgwbpdn1xjj2487dmhxf";
};

goPackagePath = "github.com/opencontainers/runc";
Expand Down

0 comments on commit 6e29f22

Please sign in to comment.