lxc: 4.0.9 -> 4.0.10

This commit is contained in:
Mario Rodas 2021-07-16 04:20:00 +00:00
parent 8d3b6e10f1
commit f3d55bc29e

View file

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