Merge pull request #266601 from r-ryantm/auto-update/bindfs

bindfs: 1.17.4 -> 1.17.5

authored by Pol Dellaiera and committed by GitHub 2271ac7d ac541e14

+2 -2
+2 -2
pkgs/tools/filesystems/bindfs/default.nix
··· 7 7 }: 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 - version = "1.17.4"; 10 + version = "1.17.5"; 11 11 pname = "bindfs"; 12 12 13 13 src = fetchurl { 14 14 url = "https://bindfs.org/downloads/bindfs-${finalAttrs.version}.tar.gz"; 15 - hash = "sha256-b9Svm6LsK9tgPvjuoqnRLbLl/py+UrhkC0FXNKWfPcw="; 15 + hash = "sha256-Wj2xu7soSOtDqzapI8mVgx0xmAd/2J6VHbXQt55i2mQ="; 16 16 }; 17 17 18 18 nativeBuildInputs = [