Merge pull request #159636 from marsam/update-lxc

lxc: 4.0.11 -> 4.0.12
This commit is contained in:
Mario Rodas 2022-02-12 16:13:32 -05:00 committed by GitHub
commit ba1a6cb962
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.11";
version = "4.0.12";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g";
sha256 = "1vyk2j5w9gfyh23w3ar09cycyws16mxh3clbb33yhqzwcs1jy96v";
};
nativeBuildInputs = [