3
0
Fork 0
forked from mirrors/nixpkgs

rkt: 1.29.0 -> 1.30.0

This commit is contained in:
Tim Steinbach 2018-04-17 20:41:08 -04:00
parent f8665f18fb
commit 7a424800a0
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.29.0";
version = "1.30.0";
name = "rkt-${version}";
BUILDDIR="build-${name}";
@ -20,7 +20,7 @@ in stdenv.mkDerivation rec {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "0wnhii15pr4z190iladfcl4jzj9sgyl1bn5v63a3yy6nkmz9cfda";
sha256 = "0dqf83b7iin1np8k8k1m8i99ybga8vx932q7n2q64yghkw7p6i00";
};
stage1BaseImage = fetchurl {