fuse3: 3.9.4 -> 3.10.0 (#100075)

This commit is contained in:
Michael Weiss 2020-10-10 12:51:49 +02:00 committed by GitHub
parent 967a01f206
commit 33473c422c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View File

@ -60,10 +60,6 @@ in stdenv.mkDerivation rec {
# ./fuse3-install_man.patch)
install -D -m444 doc/fusermount3.1 $out/share/man/man1/fusermount3.1
install -D -m444 doc/mount.fuse3.8 $out/share/man/man8/mount.fuse3.8
# TODO: Temporary version fix:
substituteInPlace meson.build \
--replace "version: '3.9.3'" "version: '${version}'"
'' else ''
sed -e 's@CONFIG_RPATH=/usr/share/gettext/config.rpath@CONFIG_RPATH=${gettext}/share/gettext/config.rpath@' -i makeconf.sh
./makeconf.sh

View File

@ -11,7 +11,7 @@ in {
};
fuse_3 = mkFuse {
version = "3.9.4";
sha256Hash = "1j11niqw3p94yd6mfdrkdra0nic8a38fc179y5h9yz81q39m2f3b";
version = "3.10.0";
sha256Hash = "05ipzmlk6xci9v4sf0pap542b37aszghlchswl6s76fg6h3w4yms";
};
}