summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-07 16:19:26 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-07 16:19:26 -0800
commit1db3185eea44da57fd2008687ca38946f59e6b4e (patch)
tree035bcb9d90bb360082503e48d4bc8235761ed43e /pkgs/os-specific/linux/lxc
parente5381cdeceeb150535998cee5518e6fa678e4dc0 (diff)
downloadnixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar.gz
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar.bz2
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar.lz
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar.xz
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.tar.zst
nixpkgs-1db3185eea44da57fd2008687ca38946f59e6b4e.zip
lxc: 3.0.3 -> 3.1.0
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
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 3af8ceab80e..1adf820c68e 100644
--- a/pkgs/os-specific/linux/lxc/default.nix
+++ b/pkgs/os-specific/linux/lxc/default.nix
@@ -9,11 +9,11 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "lxc-${version}";
-  version = "3.0.3";
+  version = "3.1.0";
 
   src = fetchurl {
     url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
-    sha256 = "0hcql4srcs2dlf2f67i8v92y2i352zv7nr9hsgs3pih2rhrbh332";
+    sha256 = "1igxqgx8q9cp15mcp1y8j564bl85ijw04jcmgb1s5bmfbg1751sd";
   };
 
   nativeBuildInputs = [