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

bindfs: 1.17.2 -> 1.17.3
This commit is contained in:
Weijia Wang 2023-06-11 23:11:23 +03:00 committed by GitHub
commit 2f8fc7277e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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