lxc: 2.0.6 -> 2.0.7

This commit is contained in:
Robin Gloster 2017-02-02 18:53:45 +01:00
parent 269b8a32ed
commit a0aacdd199
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -12,11 +12,11 @@ in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxc-${version}";
version = "2.0.6";
version = "2.0.7";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "0ynddnfirh9pmy7ijg300jrgzdhjzm07fsmvdw71mb2x0p82qabw";
sha256 = "0paz0lgb9dzpgahysad1cr6gz54l6xyhqdx6dzw2kh3fy1sw028w";
};
nativeBuildInputs = [