rkt: 1.27.0 -> 1.28.0

This commit is contained in:
Tim Steinbach 2017-07-29 00:16:44 -04:00
parent 2b57cb9169
commit 321438d786
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -12,7 +12,7 @@ let
stage1Dir = "lib/rkt/stage1-images";
in stdenv.mkDerivation rec {
version = "1.27.0";
version = "1.28.0";
name = "rkt-${version}";
BUILDDIR="build-${name}";
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "153nkl4mp2p0llv4bpdhdd6127qyaz27jsnxmjgvxhaia0ab79v2";
sha256 = "08bzi44rs4g8cxb44pxh7ln85zhkhmi40r8mb73kibnnzd008vg3";
};
stage1BaseImage = fetchurl {