about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-08-30 18:17:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-30 18:17:28 +0000
commit915bfd535864d5f934836ad04c6b803eecd8b8f6 (patch)
treecc69f29e772dbe1c7e0fcc4379d4dad88e24e9a6
parentc82284279d8134bd30a42f8187c074fbf6c2fd2b (diff)
bindfs: 1.17.3 -> 1.17.4
-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 46f237d87cf58..b95610239947f 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.3";
+  version = "1.17.4";
   pname = "bindfs";
 
   src = fetchurl {
     url    = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
-    sha256 = "sha256-wWh2CRVywjJCwW6Hxb5+NRL0Q6rmNzKNjAEcBx6TAus=";
+    sha256 = "sha256-b9Svm6LsK9tgPvjuoqnRLbLl/py+UrhkC0FXNKWfPcw=";
   };
 
   nativeBuildInputs = [ pkg-config ];