lxcfs: 6.0.2 -> 6.0.3 (#367236)

authored by Adam C. Stephens and committed by GitHub 3923fc3e da8a31d0

+2 -2
+2 -2
pkgs/by-name/lx/lxcfs/package.nix
··· 17 17 18 18 stdenv.mkDerivation rec { 19 19 pname = "lxcfs"; 20 - version = "6.0.2"; 20 + version = "6.0.3"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "lxc"; 24 24 repo = "lxcfs"; 25 25 rev = "v${version}"; 26 - hash = "sha256-5r1X/yUXTMC/2dNhpI+BVYeClIydefg2lurCGt7iA8Y="; 26 + hash = "sha256-+Xlx1E6ggB/Vx3yOJGgh4UfEvaVyT7uOttaxelDA7Iw="; 27 27 }; 28 28 29 29 patches = [