Skip to content

Commit 321438d

Browse files
committedJul 29, 2017
rkt: 1.27.0 -> 1.28.0
1 parent 2b57cb9 commit 321438d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/virtualization/rkt/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ let
1212
stage1Dir = "lib/rkt/stage1-images";
1313

1414
in stdenv.mkDerivation rec {
15-
version = "1.27.0";
15+
version = "1.28.0";
1616
name = "rkt-${version}";
1717
BUILDDIR="build-${name}";
1818

1919
src = fetchFromGitHub {
2020
owner = "coreos";
2121
repo = "rkt";
2222
rev = "v${version}";
23-
sha256 = "153nkl4mp2p0llv4bpdhdd6127qyaz27jsnxmjgvxhaia0ab79v2";
23+
sha256 = "08bzi44rs4g8cxb44pxh7ln85zhkhmi40r8mb73kibnnzd008vg3";
2424
};
2525

2626
stage1BaseImage = fetchurl {

0 commit comments

Comments
 (0)
Please sign in to comment.