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-rc6 -> 1.0.0-rc7
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Mar 29, 2019
1 parent b514ec3 commit 28a2dd8
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 28a2dd8

Please sign in to comment.