Merge pull request #37985 from ryantm/auto-update/lxcfs

lxcfs: 2.0.8 -> 3.0.0
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:35:33 -05:00 committed by GitHub
commit 5a36502503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxcfs-2.0.8";
name = "lxcfs-3.0.0";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = name;
sha256 = "04dzn6snqgw0znf7a7qdm64400jirip6q8amcx5fmz4705qdqahc";
sha256 = "0fsy2h7b5dkzvfm6m8vqzhnji42cszdn0b3ndnaxiwv3402ccmvk";
};
nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];