Unverified Commit e82be94d authored by Adam Stephens's avatar Adam Stephens
Browse files

lxcfs: 6.0.1 -> 6.0.2

parent 136c5b74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "lxcfs";
  version = "6.0.1";
  version = "6.0.2";

  src = fetchFromGitHub {
    owner = "lxc";
    repo = "lxcfs";
    rev = "v${version}";
    hash = "sha256-kJ9QaNI8v03E0//UyU6fsav1YGOlKGMxsbE8Pr1Dtic=";
    hash = "sha256-5r1X/yUXTMC/2dNhpI+BVYeClIydefg2lurCGt7iA8Y=";
  };

  patches = [