lxc: update from 1.0.3 to 1.0.6

This commit is contained in:
Aristid Breitkreuz 2014-10-07 22:51:54 +02:00
parent 28b5e2b685
commit 30f5230b8b

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "lxc-1.0.3";
name = "lxc-1.0.6";
src = fetchurl {
url = "http://github.com/lxc/lxc/archive/${name}.tar.gz";
sha256 = "04k45jgj2i501yhm467s1a1yk7h7q0fjhspys158w1a2m1hari4z";
sha256 = "075i5h136b3dnf8nk6mpailz6i18yv1zcsj0jdpr9kg2i6d1ksia";
};
buildInputs = [ libcap apparmor perl docbook2x gnutls autoreconfHook pkgconfig ];