Unverified Commit 3923fc3e authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

lxcfs: 6.0.2 -> 6.0.3 (#367236)

parents da8a31d0 0c9ee0dd
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.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 = [