lxcfs: 3.0.1 -> 3.0.2 (#45561)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxcfs/versions.
This commit is contained in:
R. RyanTM 2018-08-28 11:18:46 -07:00 committed by xeji
parent 4ad6979e36
commit 776cb2f7b5

View File

@ -3,13 +3,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "lxcfs-3.0.1";
name = "lxcfs-3.0.2";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = name;
sha256 = "0rwk1nbcjnp2d2zbyng8ix9dmww211aiqq8870r9p4j11xv9mgx4";
sha256 = "0llfvml9ww8gxa4g2a7b1gnxf9g5473pq1inrhvi4xkjx76x602k";
};
nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];