about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 04:29:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 04:29:23 +0000
commita9e7d41ce0b8cc1b3d01e1b8522dccbcf5e87e46 (patch)
treee6fa6f1303433a02fcb576222f0fe40a981c3648
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
bindfs: 1.17.6 -> 1.17.7
-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 f7d5ce61d81cf..757feceb61997 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.6";
+  version = "1.17.7";
   pname = "bindfs";
 
   src = fetchurl {
     url = "https://bindfs.org/downloads/bindfs-${finalAttrs.version}.tar.gz";
-    hash = "sha256-076zzGm7K2gCzFOViOkh/qlz7WGRsTPyAkcZMR0cwYs=";
+    hash = "sha256-wLBg6Uw6IxodSqC88mb/GJmBpO845C++IylqfYFxm3o=";
   };
 
   nativeBuildInputs = [