Skip to content

Commit

Permalink
rkt: 1.19.0 -> 1.20.0 (#20697)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and zimbatm committed Nov 26, 2016
1 parent 3ae052b commit e24df8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/virtualization/rkt/default.nix
Expand Up @@ -4,28 +4,28 @@
let
# Always get the information from
# https://github.com/coreos/rkt/blob/v${VERSION}/stage1/usr_from_coreos/coreos-common.mk
coreosImageRelease = "1192.0.0";
coreosImageRelease = "1235.0.0";
coreosImageSystemdVersion = "231";

# TODO: track https://github.com/coreos/rkt/issues/1758 to allow "host" flavor.
stage1Flavours = [ "coreos" "fly" ];
stage1Dir = "lib/rkt/stage1-images";

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

src = fetchFromGitHub {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "0s3x27m16jl7nw63zg8g522km1zkwwgafrs8l8sc7pfryhnpmvag";
sha256 = "0cypksr13k0qp6qvbd6y8my1dg82s44k6qkiqkpn1vs2ynjg3i52";
};

stage1BaseImage = fetchurl {
url = "http://alpha.release.core-os.net/amd64-usr/${coreosImageRelease}/coreos_production_pxe_image.cpio.gz";
sha256 = "1j75ad1g217aqar84m9ycl2m71g821hq9yahl4bgjaipx9xnj23g";
sha256 = "05gk28a7zzp3j0d1y96cr1xwy9gdl4s0lpnbakzqppa4w3c4m3lq";
};

buildInputs = [
Expand Down

0 comments on commit e24df8e

Please sign in to comment.