Merge pull request #94909 from marsam/update-lxc

lxc: 4.0.3 -> 4.0.4
This commit is contained in:
Mario Rodas 2020-08-08 14:28:54 -05:00 committed by GitHub
commit 0cd9efc898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "lxc";
version = "4.0.3";
version = "4.0.4";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "1rbj2rkn8cn6av74cqld3l2i5r37i6mhsxvvlvlmg724fbbr2vfm";
sha256 = "15frszz5am9bnr8vh1zpg89x0xigcfm19jax0z16cazd42xahr9w";
};
nativeBuildInputs = [