lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26803 from NeQuissimus/rkt_1_27_0

rkt: 1.26.0 -> 1.27.0

authored by

Tim Steinbach and committed by
GitHub
719b506b 107d53f4

+5 -5
+5 -5
pkgs/applications/virtualization/rkt/default.nix
··· 12 12 stage1Dir = "lib/rkt/stage1-images"; 13 13 14 14 in stdenv.mkDerivation rec { 15 - version = "1.26.0"; 15 + version = "1.27.0"; 16 16 name = "rkt-${version}"; 17 17 BUILDDIR="build-${name}"; 18 18 19 19 src = fetchFromGitHub { 20 - owner = "coreos"; 21 - repo = "rkt"; 22 - rev = "v${version}"; 23 - sha256 = "16zwrx5v6pjjw1c6nbl19cchq71fj0bp5ci52rrfvl5mbn8xrs70"; 20 + owner = "coreos"; 21 + repo = "rkt"; 22 + rev = "v${version}"; 23 + sha256 = "153nkl4mp2p0llv4bpdhdd6127qyaz27jsnxmjgvxhaia0ab79v2"; 24 24 }; 25 25 26 26 stage1BaseImage = fetchurl {