mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
lxc: update from 1.0.0.beta4 to 1.0.0
This commit is contained in:
parent
9c36f01edd
commit
abca8f64f2
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lxc-1.0.0.beta4";
|
||||
name = "lxc-1.0.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/lxc/lxc/archive/${name}.tar.gz";
|
||||
sha256 = "174grvh5086pmbaladp5ivy2azlm7q9v5xwgc5yww2mggx99w41j";
|
||||
sha256 = "1dv78xd7mdb50x8dgjvnv2v6sdj2xv2vvar7y402ll2wh8ixmi91";
|
||||
};
|
||||
|
||||
buildInputs = [ libcap apparmor perl docbook2x gnutls autoreconfHook pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue