mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
sshfs: 3.3.0 -> 3.3.1
This commit is contained in:
parent
66b63d2f5a
commit
6951604011
@ -6,14 +6,14 @@ let
|
||||
inherit (stdenv.lib) optional;
|
||||
rpath = stdenv.lib.makeLibraryPath [ fuse3 glib ];
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "3.3.0";
|
||||
version = "3.3.1";
|
||||
name = "sshfs-fuse-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libfuse";
|
||||
repo = "sshfs";
|
||||
rev = "sshfs-${version}";
|
||||
sha256 = "1hn5c0059ppjqygdhvapxm7lrqm5bnpwaxgjylskz04c0vr8nygp";
|
||||
sha256 = "15z1mlad09llckkadvjfzmbv14fbq218xmb4axkmi7kzixbi41hv";
|
||||
};
|
||||
|
||||
patches = optional buildManPages ./build-man-pages.patch;
|
||||
|
Loading…
Reference in New Issue
Block a user