summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-06-10 16:00:38 +0200
committerGitHub <noreply@github.com>2019-06-10 16:00:38 +0200
commit1a006d382f98d704f0852972f74f92bc8033a0ce (patch)
treea911df385aa6229f31ee0c4067c2c59796f70ba3 /pkgs/tools/filesystems
parent1ace3842d41aefc745141f86238f4b6edbac858e (diff)
parentc6a3bcbab42c23846e521d4bd27e1cb8ccef3482 (diff)
Merge pull request #62362 from r-ryantm/auto-update/bindfs
bindfs: 1.13.11 -> 1.14.0
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bindfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/bindfs/default.nix b/pkgs/tools/filesystems/bindfs/default.nix
index ebf5291f43a6..dd44f16c3fec 100644
--- a/pkgs/tools/filesystems/bindfs/default.nix
+++ b/pkgs/tools/filesystems/bindfs/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, fuse, pkgconfig }:
stdenv.mkDerivation rec {
- version = "1.13.11";
+ version = "1.14.0";
name = "bindfs-${version}";
src = fetchurl {
url = "https://bindfs.org/downloads/${name}.tar.gz";
- sha256 = "0ayadwlc6j1ba0n0dkry4iyp49nxkkj5l4dazzqybl5d5c4n605b";
+ sha256 = "1f1znixdaz4wnr9j6rkrplhbnkz7pdw9927yfikbjvxz8cl6qsdz";
};
dontStrip = true;