Merge pull request #323776 from r-ryantm/auto-update/lxcfs

lxcfs: 6.0.0 -> 6.0.1
This commit is contained in:
Adam C. Stephens
2024-07-01 23:47:16 -04:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "lxcfs";
version = "6.0.0";
version = "6.0.1";
src = fetchFromGitHub {
owner = "lxc";
repo = "lxcfs";
rev = "v${version}";
sha256 = "sha256-Mx2ZTul3hUEL9SloYSOh+MGoc2QmZg88MTsfIOvaIZU=";
sha256 = "sha256-kJ9QaNI8v03E0//UyU6fsav1YGOlKGMxsbE8Pr1Dtic=";
};
patches = [