Skip to content

Commit

Permalink
rkt: 1.22.0 -> 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus authored and globin committed Jan 23, 2017
1 parent 2154108 commit 6aae00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/rkt/default.nix
Expand Up @@ -12,15 +12,15 @@ let
stage1Dir = "lib/rkt/stage1-images";

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

src = fetchFromGitHub {
owner = "coreos";
repo = "rkt";
rev = "v${version}";
sha256 = "14rp3652awvx2iw1l6mia5flfib9jfkiaic16afchrlp17sdq2ji";
sha256 = "0fgvc3s8rb6da3jgrd8jmqv9xky7mq1y184jbm4lgy0rds4zhkf4";
};

stage1BaseImage = fetchurl {
Expand Down

0 comments on commit 6aae00e

Please sign in to comment.