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.

authored by R. RyanTM and committed by xeji 776cb2f7 4ad6979e

+2 -2
+2 -2
pkgs/os-specific/linux/lxcfs/default.nix
··· 3 3 4 4 with stdenv.lib; 5 5 stdenv.mkDerivation rec { 6 - name = "lxcfs-3.0.1"; 6 + name = "lxcfs-3.0.2"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "lxc"; 10 10 repo = "lxcfs"; 11 11 rev = name; 12 - sha256 = "0rwk1nbcjnp2d2zbyng8ix9dmww211aiqq8870r9p4j11xv9mgx4"; 12 + sha256 = "0llfvml9ww8gxa4g2a7b1gnxf9g5473pq1inrhvi4xkjx76x602k"; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkgconfig help2man autoreconfHook ];