rkt: 1.28.0 -> 1.28.1

This commit is contained in:
Tim Steinbach 2017-08-04 12:06:00 -04:00
parent 67b3d49abb
commit 92461b8f9c
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.28.0";
version = "1.28.1";
name = "rkt-${version}";
BUILDDIR="build-${name}";
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "08bzi44rs4g8cxb44pxh7ln85zhkhmi40r8mb73kibnnzd008vg3";
sha256 = "1xn2cz30gq0500gmp5aml03hmk066fq9i04jizb5sc0j41fmsgja";
};
stage1BaseImage = fetchurl {