Skip to content

Commit

Permalink
lxcfs: 6.0.2 -> 6.0.3 (NixOS#367236)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens authored Dec 22, 2024
2 parents da8a31d + 0c9ee0d commit 3923fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lx/lxcfs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3923fc3

Please sign in to comment.