tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lxcfs: 4.0.8 -> 4.0.9
Mario Rodas
4 years ago
7f120cdd
8d3b6e10
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
lxcfs
default.nix
+2
-2
pkgs/os-specific/linux/lxcfs/default.nix
···
5
with lib;
6
stdenv.mkDerivation rec {
7
pname = "lxcfs";
8
-
version = "4.0.8";
9
10
src = fetchFromGitHub {
11
owner = "lxc";
12
repo = "lxcfs";
13
rev = "lxcfs-${version}";
14
-
sha256 = "sha256-8Tack2gM3AU3coGXs5hEbAaBCo5ss1sGUFFEjZDn5Lg=";
15
};
16
17
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];
···
5
with lib;
6
stdenv.mkDerivation rec {
7
pname = "lxcfs";
8
+
version = "4.0.9";
9
10
src = fetchFromGitHub {
11
owner = "lxc";
12
repo = "lxcfs";
13
rev = "lxcfs-${version}";
14
+
sha256 = "0zx58lair8hwi4bxm5h7i8n1j5fcdgw5cr6f4wk9qhks0sr5dip5";
15
};
16
17
nativeBuildInputs = [ pkg-config help2man autoreconfHook makeWrapper ];