mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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
This commit is contained in:
parent
a674cc38b9
commit
35e60c722f
1 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue