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

bindfs: 1.15.1 -> 1.16.0

authored by Mario Rodas and committed by GitHub 72d1b0d0 cd69ffae

+2 -2
+2 -2
pkgs/tools/filesystems/bindfs/default.nix
··· 1 1 { lib, stdenv, fetchurl, fuse, pkg-config }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.15.1"; 4 + version = "1.16.0"; 5 5 pname = "bindfs"; 6 6 7 7 src = fetchurl { 8 8 url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-BN01hKbN+a9DRNQDxiGFyp+rMc465aJdAQG8EJNsaKs="; 9 + sha256 = "sha256-AuvvqqZOGwRPxcdDxYKarSHtb3FF9NsHI7zEXwhXgfY="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkg-config ];