Skip to content

Commit

Permalink
Merge pull request #84422 from r-ryantm/auto-update/lxcfs
Browse files Browse the repository at this point in the history
lxcfs: 4.0.0 -> 4.0.1
  • Loading branch information
Mic92 committed Apr 6, 2020
2 parents 5af0a6c + a6d549c commit b2aa0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/lxcfs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

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

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

nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];
Expand Down

0 comments on commit b2aa0bb

Please sign in to comment.