Skip to content

Commit

Permalink
rkt: 1.27.0 -> 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 29, 2017
1 parent 2b57cb9 commit 321438d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/rkt/default.nix
Expand Up @@ -12,15 +12,15 @@ let
stage1Dir = "lib/rkt/stage1-images";

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

src = fetchFromGitHub {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "153nkl4mp2p0llv4bpdhdd6127qyaz27jsnxmjgvxhaia0ab79v2";
sha256 = "08bzi44rs4g8cxb44pxh7ln85zhkhmi40r8mb73kibnnzd008vg3";
};

stage1BaseImage = fetchurl {
Expand Down

0 comments on commit 321438d

Please sign in to comment.