Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-05-01 06:21:43 +00:00
committed by GitHub
14 changed files with 255 additions and 42 deletions
+2 -2
View File
@@ -9,11 +9,11 @@
with lib;
stdenv.mkDerivation rec {
pname = "lxc";
version = "4.0.6";
version = "4.0.7";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "0qz4l7mlhq7hx53q606qgvkyzyr01glsw290v8ppzvxn1fydlrci";
sha256 = "0gqfc6nps8ja3iymh1mqbzakrlnzlf4lzfcxawz764w15z0214vl";
};
nativeBuildInputs = [