aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-11-02 17:53:13 -0500
committerGitHub <noreply@github.com>2020-11-02 17:53:13 -0500
commit5459a313cdfac43b2ef9c85235cb0d402fb34efd (patch)
tree9426a1b6199f818fc8df2419e142fe5d4e582588 /pkgs/os-specific
parentdd4bcb86d461c2e453813f9f3bab11496a9ca045 (diff)
parent661f6bf2c95ad46c38af07526df8272456069e30 (diff)
Merge pull request #102309 from marsam/update-lxc
lxc: 4.0.4 -> 4.0.5
Diffstat (limited to 'pkgs/os-specific')
-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 21c1eede9d7a..ade4299eaa7a 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 {
pname = "lxc";
- version = "4.0.4";
+ version = "4.0.5";
src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
- sha256 = "15frszz5am9bnr8vh1zpg89x0xigcfm19jax0z16cazd42xahr9w";
+ sha256 = "1976l9308rx1ria1gazasypk5rmmf5jiqdh54dfrws5bslbdcb5g";
};
nativeBuildInputs = [