lxc: 4.0.10 -> 4.0.11

conduit-nginx
Mario Rodas 2021-10-19 21:19:32 -05:00
parent ce41810278
commit e9db89f88d
1 changed files with 2 additions and 2 deletions

View File

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