Merge pull request #16466 from steveeJ/rkt-bump-1.9

rkt: 1.8.0 -> 1.9.1; remove host stage1
This commit is contained in:
Franz Pletz 2016-06-25 23:55:49 +02:00 committed by GitHub
commit 77a1154a6c

View file

@ -4,14 +4,14 @@
let
# Always get the information from
# https://github.com/coreos/rkt/blob/v${VERSION}/stage1/usr_from_coreos/coreos-common.mk
coreosImageRelease = "1032.0.0";
coreosImageRelease = "1068.0.0";
coreosImageSystemdVersion = "229";
# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
stage1Flavours = [ "coreos" "fly" "host" ];
stage1Flavours = [ "coreos" "fly" ];
in stdenv.mkDerivation rec {
version = "1.8.0";
version = "1.9.1";
name = "rkt-${version}";
BUILDDIR="build-${name}";
@ -19,12 +19,12 @@ in stdenv.mkDerivation rec {
rev = "v${version}";
owner = "coreos";
repo = "rkt";
sha256 = "0n4xjvvvkqk83npiqz13cv82lmnsqpzzyjc03lyz6svw2pdszmhd";
sha256 = "094pqxcn91g1s3f0ly3z2lb11s4q3dn99h8cr7lqalkd0gj9l4xg";
};
stage1BaseImage = fetchurl {
url = "http://alpha.release.core-os.net/amd64-usr/${coreosImageRelease}/coreos_production_pxe_image.cpio.gz";
sha256 = "1lmyhncvw5cby4nbpw6ryiki05wra90fsr6xnsdgi9yqqs6v2d1f";
sha256 = "06jawmjkhrrw9hsk98w5j6pxci17d46mvzbj52pslakacw60pbpp";
};
buildInputs = [