rkt: 1.24.0 -> 1.25.0

This commit is contained in:
Tim Steinbach 2017-02-21 18:51:34 -05:00
parent 5b14e91717
commit 8b60413e95
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.24.0";
version = "1.25.0";
name = "rkt-${version}";
BUILDDIR="build-${name}";
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "11vp3pm00xsksdgdv67sgvrrpj3ayp7sx1wprn4aa579vbbr83bd";
sha256 = "0lcnhyaxq8z0ndwqg0svcc1gg0ahhcprxlf9gifm4mpxqimhaz8j";
};
stage1BaseImage = fetchurl {