Skip to content

Commit

Permalink
Merge pull request #41543 from r-ryantm/auto-update/lxcfs
Browse files Browse the repository at this point in the history
lxcfs: 3.0.0 -> 3.0.1
  • Loading branch information
Mic92 committed Jun 6, 2018
2 parents 4ffeb3b + fea9bd7 commit 074f6b0
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-3.0.0";
name = "lxcfs-3.0.1";

src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = name;
sha256 = "0fsy2h7b5dkzvfm6m8vqzhnji42cszdn0b3ndnaxiwv3402ccmvk";
sha256 = "0rwk1nbcjnp2d2zbyng8ix9dmww211aiqq8870r9p4j11xv9mgx4";
};

nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];
Expand Down

0 comments on commit 074f6b0

Please sign in to comment.