about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/bindfs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-11 14:02:44 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-11 14:02:44 +0000
commit44671b84f3da46101801db3ec9127176bfdc9e0d (patch)
treefafd19707372850e9c5297a958b6ca29fba0d06c /pkgs/tools/filesystems/bindfs
parente4082eecc23d13651b37f8b01bd83ae2216d3149 (diff)
bindfs: 1.17.2 -> 1.17.3
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 9167e66f915ef..46f237d87cf58 100644
--- a/pkgs/tools/filesystems/bindfs/default.nix
+++ b/pkgs/tools/filesystems/bindfs/default.nix
@@ -1,12 +1,12 @@
 { lib, stdenv, fetchurl, fuse, fuse3, pkg-config }:
 
 stdenv.mkDerivation rec {
-  version = "1.17.2";
+  version = "1.17.3";
   pname = "bindfs";
 
   src = fetchurl {
     url    = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
-    sha256 = "sha256-XyxQpwuNWMAluB+/Nk+tQy0VSTZjDOACPMiLqo1codA=";
+    sha256 = "sha256-wWh2CRVywjJCwW6Hxb5+NRL0Q6rmNzKNjAEcBx6TAus=";
   };
 
   nativeBuildInputs = [ pkg-config ];