lxc: 1.1.2 -> 1.1.3

This commit is contained in:
William A. Kennington III 2015-08-18 11:33:37 -07:00
parent 74a885d13e
commit 31a27c44c8

View File

@ -11,13 +11,13 @@ let
in
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxc-1.1.2";
name = "lxc-1.1.3";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxc";
rev = name;
sha256 = "149nq630h9bg87hb3cn086ci0cz29l7fp3i6qf1mqxv7hnildm8p";
sha256 = "109vpkxzkhixfvwfs6qphfbxb7pbk2qx22qc4zbk52d6gl78ygsb";
};
nativeBuildInputs = [