Skip to content

Commit 356b874

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/lx/lxcfs/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation rec {
1919
pname = "lxcfs";
20-
version = "6.0.3";
20+
version = "6.0.4";
2121

2222
src = fetchFromGitHub {
2323
owner = "lxc";
2424
repo = "lxcfs";
25-
rev = "v${version}";
26-
hash = "sha256-+Xlx1E6ggB/Vx3yOJGgh4UfEvaVyT7uOttaxelDA7Iw=";
25+
tag = "v${version}";
26+
hash = "sha256-jmadClC/3nHfNL+F/gC5NM6u03OE9flEVtPU28nylw4=";
2727
};
2828

2929
patches = [

0 commit comments

Comments
 (0)