lxc: 2.0.3 -> 2.0.4

+2 -2
+2 -2
pkgs/os-specific/linux/lxc/default.nix
··· 12 with stdenv.lib; 13 stdenv.mkDerivation rec { 14 name = "lxc-${version}"; 15 - version = "2.0.3"; 16 17 src = fetchurl { 18 url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"; 19 - sha256 = "1mp83r1v9bcxjl7a441sm6plipj8aglhnmkxczp3jinlrnh41pw2"; 20 }; 21 22 nativeBuildInputs = [
··· 12 with stdenv.lib; 13 stdenv.mkDerivation rec { 14 name = "lxc-${version}"; 15 + version = "2.0.4"; 16 17 src = fetchurl { 18 url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz"; 19 + sha256 = "10lm7vfw4j7arcynmgyjqd8v2fqn7spbablj42j26kmzljcydj8l"; 20 }; 21 22 nativeBuildInputs = [