3
0
Fork 0
forked from mirrors/nixpkgs

lxc: update from 1.0.1 to 1.0.3

This commit is contained in:
Peter Simons 2014-04-09 12:17:45 +02:00
parent b7d0a9a614
commit 2cc462eb11

View file

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