Skip to content

Commit

Permalink
Merge pull request #58527 from vdemeester/update-runc
Browse files Browse the repository at this point in the history
runc: 1.0.0-rc6 -> 1.0.0-rc7
  • Loading branch information
infinisil committed Mar 30, 2019
2 parents 9b23257 + 28a2dd8 commit f1b08ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/runc/default.nix
Expand Up @@ -5,13 +5,13 @@ with lib;

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

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

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

0 comments on commit f1b08ec

Please sign in to comment.