squashfuse: Use fuse3 instead of fuse

Co-authored-by: ralismark <13449732+ralismark@users.noreply.github.com>
This commit is contained in:
John Titor 2025-04-07 19:24:48 +05:30 committed by Masum Reza
parent 82a2cc1efe
commit c56194b2ac

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
autoreconfHook,
libtool,
fuse,
fuse3,
pkg-config,
lz4,
xz,
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
zlib
lzo
zstd
fuse
fuse3
];
meta = {