tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lxc: 4.0.10 -> 4.0.11
Mario Rodas
4 years ago
e9db89f8
ce418102
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
lxc
default.nix
+2
-2
pkgs/os-specific/linux/lxc/default.nix
···
9
with lib;
10
stdenv.mkDerivation rec {
11
pname = "lxc";
12
-
version = "4.0.10";
13
14
src = fetchurl {
15
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
16
-
sha256 = "1sgsic9dzj3wv2k5bx2vhcgappivhp1glkqfc2yrgr6jas052351";
17
};
18
19
nativeBuildInputs = [
···
9
with lib;
10
stdenv.mkDerivation rec {
11
pname = "lxc";
12
+
version = "4.0.11";
13
14
src = fetchurl {
15
url = "https://linuxcontainers.org/downloads/lxc/lxc-${version}.tar.gz";
16
+
sha256 = "0b7hv4n8b3lndhr0jf9j1gkbzxm8897a1myjsfgwzad9gkhq395g";
17
};
18
19
nativeBuildInputs = [