Skip to content

Commit

Permalink
Merge pull request #121861 from marsam/update-lxc
Browse files Browse the repository at this point in the history
lxc: 4.0.8 -> 4.0.9
  • Loading branch information
marsam committed May 6, 2021
2 parents a4026fb + 4901ca4 commit 425b825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/lxc/default.nix
Expand Up @@ -9,11 +9,11 @@
with lib;
stdenv.mkDerivation rec {
pname = "lxc";
version = "4.0.8";
version = "4.0.9";

src = fetchurl {
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
sha256 = "16qbmysiyrvb1inbbdr8qwqa0c6h9mwyrbx4ry18x0kvrhmqamdc";
sha256 = "0az56xpvhqiwmf9wfxzaz89s5idrgd9ynd13psscw3hlx480dkqz";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 425b825

Please sign in to comment.