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.

authored by R. RyanTM and committed by xeji 4ad6979e c198bd3b

+2 -2
+2 -2
pkgs/os-specific/linux/lxc/default.nix
··· 9 9 with stdenv.lib; 10 10 stdenv.mkDerivation rec { 11 11 name = "lxc-${version}"; 12 - version = "3.0.1"; 12 + version = "3.0.2"; 13 13 14 14 src = fetchurl { 15 15 url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"; 16 - sha256 = "1nyml98k28sc5sda0260cmby4irkpnhpwgmx4yhqy10wpr4nr625"; 16 + sha256 = "0p1gy553cm4mhwxi85fl6qiwz61rjmvysm8c8pd20qh62xxi3dva"; 17 17 }; 18 18 19 19 nativeBuildInputs = [