Merge pull request #65974 from r-ryantm/auto-update/lxcfs

lxcfs: 3.0.4 -> 3.1.2
This commit is contained in:
Mario Rodas 2019-08-10 05:03:20 -05:00 committed by GitHub
commit a407b31bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxcfs-3.0.4";
name = "lxcfs-3.1.2";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = name;
sha256 = "0wav2l8i218yma655870hvg96b5mxdcrsczjawjwv7qxcj5v98pw";
sha256 = "195skz6wc2gfcf99f1fz1yaw29ngzg9lphnkag7yxnk3ffbhv40s";
};
nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];