Merge pull request #130416 from marsam/update-lxc

lxc: 4.0.9 -> 4.0.10
This commit is contained in:
Jörg Thalheim 2021-07-17 14:10:27 +01:00 committed by GitHub
commit c47f7739f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
with lib;
stdenv.mkDerivation rec {
pname = "lxc";
version = "4.0.9";
version = "4.0.10";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "0az56xpvhqiwmf9wfxzaz89s5idrgd9ynd13psscw3hlx480dkqz";
sha256 = "1sgsic9dzj3wv2k5bx2vhcgappivhp1glkqfc2yrgr6jas052351";
};
nativeBuildInputs = [