Merge pull request #16899 from kragniz/lxc-2.0.3

lxc: 2.0.1 -> 2.0.3
This commit is contained in:
Rickard Nilsson 2016-07-16 10:37:12 +02:00 committed by GitHub
commit 8fa4dc174f

View File

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