lxcfs: 6.0.2 -> 6.0.3

This commit is contained in:
R. Ryantm
2024-12-21 23:11:11 +00:00
parent 5330b2a6c5
commit 0c9ee0ddaf
+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 = [