bindfs: 1.17.2 -> 1.17.3

This commit is contained in:
R. Ryantm 2023-06-11 14:02:44 +00:00
parent e4082eecc2
commit 44671b84f3

View File

@ -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 ];