about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-05 21:47:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-05 21:47:04 +0000
commitdec1160f36d318241325ddf7c18ba17222c80a87 (patch)
tree981498d9b1ae1fc58ff7f8198f1ff7299901d41e /pkgs/tools/filesystems
parent4c37153a2cd7fa736fddbfc310804d71b220f81f (diff)
downloadnixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar.gz
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar.bz2
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar.lz
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar.xz
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.tar.zst
nixlib-dec1160f36d318241325ddf7c18ba17222c80a87.zip
bindfs: 1.17.5 -> 1.17.6
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 8614c03ed906..f7d5ce61d81c 100644
--- a/pkgs/tools/filesystems/bindfs/default.nix
+++ b/pkgs/tools/filesystems/bindfs/default.nix
@@ -7,12 +7,12 @@
 }:
 
 stdenv.mkDerivation (finalAttrs: {
-  version = "1.17.5";
+  version = "1.17.6";
   pname = "bindfs";
 
   src = fetchurl {
     url = "https://bindfs.org/downloads/bindfs-${finalAttrs.version}.tar.gz";
-    hash = "sha256-Wj2xu7soSOtDqzapI8mVgx0xmAd/2J6VHbXQt55i2mQ=";
+    hash = "sha256-076zzGm7K2gCzFOViOkh/qlz7WGRsTPyAkcZMR0cwYs=";
   };
 
   nativeBuildInputs = [