Adam C. Stephens
2025-08-15 16:32:08 -04:00
committed by github-actions[bot]
parent 7f82e7f20b
commit 6afbe0ba32

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "lxcfs";
version = "6.0.4";
version = "6.0.5";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
tag = "v${version}";
hash = "sha256-jmadClC/3nHfNL+F/gC5NM6u03OE9flEVtPU28nylw4=";
hash = "sha256-mRTM06QyWcB4XOi0w2qvyDABGuu1SPJX0gjlBktDOac=";
};
patches = [