summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxc
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2016-11-28 13:44:20 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2016-11-28 15:17:06 +0200
commita8eeef62e62bec7b09da028a7340b7bf7f2dc011 (patch)
treebca439f7b4fc63ffa5950b23c3fba61b2b9e63f5 /pkgs/os-specific/linux/lxc
parent121da5e93882073963836dcc2bbacc9e40f33d6c (diff)
downloadnixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar.gz
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar.bz2
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar.lz
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar.xz
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.tar.zst
nixpkgs-a8eeef62e62bec7b09da028a7340b7bf7f2dc011.zip
lxc: 2.0.4 -> 2.0.6 (security)
https://security-tracker.debian.org/tracker/CVE-2016-8649
Diffstat (limited to 'pkgs/os-specific/linux/lxc')
-rw-r--r--pkgs/os-specific/linux/lxc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/lxc/default.nix b/pkgs/os-specific/linux/lxc/default.nix
index 430836adb1a..3c413ca2426 100644
--- a/pkgs/os-specific/linux/lxc/default.nix
+++ b/pkgs/os-specific/linux/lxc/default.nix
@@ -12,11 +12,11 @@ in
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "lxc-${version}";
-  version = "2.0.4";
+  version = "2.0.6";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
-    sha256 = "10lm7vfw4j7arcynmgyjqd8v2fqn7spbablj42j26kmzljcydj8l";
+    sha256 = "0ynddnfirh9pmy7ijg300jrgzdhjzm07fsmvdw71mb2x0p82qabw";
   };
 
   nativeBuildInputs = [