about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bindfs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-25 09:19:50 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-25 09:19:50 -0800
commit93268fc9f982dc8881699f377c019a49fcf62b1b (patch)
tree9032fb7d8e34aa4f33950cea939a7bafce0e058b /pkgs/tools/filesystems/bindfs
parent0fadb81af44fe7f43581a276d2ca863bdb64dd67 (diff)
downloadnixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar.gz
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar.bz2
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar.lz
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar.xz
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.tar.zst
nixlib-93268fc9f982dc8881699f377c019a49fcf62b1b.zip
bindfs: 1.12.6 -> 1.13.9
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs -h` got 0 exit code
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs --help` got 0 exit code
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs -V` and found version 1.13.9
- ran `/nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9/bin/bindfs --version` and found version 1.13.9
- found 1.13.9 with grep in /nix/store/56lvl3w77zgwsk1v618bklq10aq7fp17-bindfs-1.13.9
Diffstat (limited to 'pkgs/tools/filesystems/bindfs')
-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 4d7ee75c0060..c558c9e8a320 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.12.6";
+  version = "1.13.9";
   name    = "bindfs-${version}";
 
   src = fetchurl {
     url    = "http://bindfs.org/downloads/${name}.tar.gz";
-    sha256 = "0s90n1n4rvpcg51ixr5wx8ixml1xnc7w28xlbnms34v19pzghm59";
+    sha256 = "1dgqjq2plpds442ygpv8czr5v199ljscp33m89y19x04ssljrymc";
   };
 
   dontStrip = true;