lxcfs: 6.0.2 -> 6.0.3 (#367236)

This commit is contained in:
Adam C. Stephens
2024-12-22 00:20:47 -05:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "lxcfs";
version = "6.0.2";
version = "6.0.3";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = "v${version}";
hash = "sha256-5r1X/yUXTMC/2dNhpI+BVYeClIydefg2lurCGt7iA8Y=";
hash = "sha256-+Xlx1E6ggB/Vx3yOJGgh4UfEvaVyT7uOttaxelDA7Iw=";
};
patches = [