Merge pull request #38524 from r-ryantm/auto-update/lxc

lxc: 2.1.1 -> 3.0.0
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:35:24 -05:00 committed by GitHub
commit def275ac17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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