lxc: 2.0.1 -> 2.0.3

This commit is contained in:
Louis Taylor 2016-07-13 00:22:44 +01:00
parent 0f96c69026
commit f51f6a36e8

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 = [