Skip to content

Commit

Permalink
Merge pull request #86989 from r-ryantm/auto-update/lxcfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed May 6, 2020
2 parents 5f14d99 + 03425b0 commit b4df84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/lxcfs/default.nix
Expand Up @@ -3,13 +3,13 @@

with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxcfs-4.0.1";
name = "lxcfs-4.0.3";

src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = name;
sha256 = "09y26ln2wxpi809kd3r352my64aal0yz2a5kin0i25gnvivl32cs";
sha256 = "0v6c5vc3i1l4sy4iamzdqvwibj6xr1lna4w1hxkn3s6jggcbxwca";
};

nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];
Expand Down

0 comments on commit b4df84d

Please sign in to comment.