Skip to content

Commit

Permalink
Merge pull request #21090 from NeQuissimus/rkt_1_21_0
Browse files Browse the repository at this point in the history
rkt: 1.20.0 -> 1.21.0
  • Loading branch information
offlinehacker committed Dec 12, 2016
2 parents 7c8b1e7 + 4f05926 commit 15ea3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/rkt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ let
stage1Dir = "lib/rkt/stage1-images";

in stdenv.mkDerivation rec {
version = "1.20.0";
version = "1.21.0";
name = "rkt-${version}";
BUILDDIR="build-${name}";

src = fetchFromGitHub {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "0cypksr13k0qp6qvbd6y8my1dg82s44k6qkiqkpn1vs2ynjg3i52";
sha256 = "0zd7f3yrnzik96a634m2qyrz25f5mi28caadghqdl9q2apxfb896";
};

stage1BaseImage = fetchurl {
Expand Down

0 comments on commit 15ea3ef

Please sign in to comment.