sshfs-fuse: 3.7.5 -> 3.7.6

Diff: https://github.com/libfuse/sshfs/compare/sshfs-3.7.5...sshfs-3.7.6

Changelog: https://github.com/libfuse/sshfs/blob/sshfs-3.7.6/ChangeLog.rst
(cherry picked from commit 35e60c722f)
This commit is contained in:
Robert Schütz 2026-05-31 12:11:38 -07:00 committed by github-actions[bot]
commit e8ceffd43b

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sshfs-fuse";
version = "3.7.5";
version = "3.7.6";
src = fetchFromGitHub {
owner = "libfuse";
repo = "sshfs";
tag = "sshfs-${finalAttrs.version}";
hash = "sha256-6SFjYYWx+p9tZQ670nbjbPtH/QvCAGCB0YwkaQbKIqA=";
hash = "sha256-BT9qttXyryliR2kV1xVYvcwJhB6gkGf7IEwrTB38SvI=";
};
nativeBuildInputs = [
@ -73,6 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
changelog = "https://github.com/libfuse/sshfs/blob/${finalAttrs.src.tag}/ChangeLog.rst";
description = "FUSE-based filesystem that allows remote filesystems to be mounted over SSH";
longDescription = macfuse-stubs.warning;
homepage = "https://github.com/libfuse/sshfs";