lxc: 3.0.1 -> 3.0.2 (#45563)

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 2018-08-28 11:18:34 -07:00 committed by xeji
parent c198bd3b72
commit 4ad6979e36

View file

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