Skip to content

Commit

Permalink
runc: 2016-06-15 -> 1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Jan 11, 2017
1 parent 4df30fc commit 0aa4931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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;

stdenv.mkDerivation rec {
name = "runc-${version}";
version = "2016-06-15";
version = "1.0.0-rc2";

src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "cc29e3dded8e27ba8f65738f40d251c885030a28";
sha256 = "18fwb3kq10zhhx184yn3j396gpbppy3y4ypb8m2b2pdms39s6pyx";
rev = "v${version}";
sha256 = "06bxc4g3frh4i1lkzvwdcwmzmr0i52rz4a4pij39s15zaigm79wk";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit 0aa4931

Please sign in to comment.