lxc: 3.0.2 -> 3.0.3 (#52239)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxc/versions
This commit is contained in:
R. RyanTM 2019-01-01 11:35:37 -08:00 committed by xeji
parent f5d4254972
commit 46e7ce0526

View file

@ -9,11 +9,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxc-${version}";
version = "3.0.2";
version = "3.0.3";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "0p1gy553cm4mhwxi85fl6qiwz61rjmvysm8c8pd20qh62xxi3dva";
sha256 = "0hcql4srcs2dlf2f67i8v92y2i352zv7nr9hsgs3pih2rhrbh332";
};
nativeBuildInputs = [