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-09 03:29:32 +05:30
committed by Masum Reza
co-authored by ralismark
parent 82a2cc1efe
commit c56194b2ac
+2 -2
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 = {