summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-16 04:38:35 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-16 04:38:35 -0700
commitddaefd444e622f7cf4426d1dd5e64760cfb45fec (patch)
tree31959254ddd7985a996ddf378b4ddac606d60a51 /pkgs/tools
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
downloadnixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar.gz
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar.bz2
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar.lz
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar.xz
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.tar.zst
nixlib-ddaefd444e622f7cf4426d1dd5e64760cfb45fec.zip
bindfs: 1.13.9 -> 1.13.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
Diffstat (limited to 'pkgs/tools')
-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 1499e81b624e..a674de9ac49b 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.9";
+  version = "1.13.10";
   name    = "bindfs-${version}";
 
   src = fetchurl {
     url    = "https://bindfs.org/downloads/${name}.tar.gz";
-    sha256 = "1dgqjq2plpds442ygpv8czr5v199ljscp33m89y19x04ssljrymc";
+    sha256 = "14wfp2dcjm0f1pmqqvkf94k7pijbi8ka395cm3hryqpi4k0w3f4j";
   };
 
   dontStrip = true;