Merge pull request #142284 from marsam/update-lxc

lxc: 4.0.10 -> 4.0.11
conduit-nginx
Mario Rodas 2021-10-22 00:09:28 -05:00 committed by GitHub
commit c7a997f6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [