Merge pull request #219477 from doronbehar/pkg/bindfs

This commit is contained in:
Bernardo Meurer 2023-03-05 13:20:31 -05:00 committed by GitHub
commit ffd8e57774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, fuse, pkg-config }:
stdenv.mkDerivation rec {
version = "1.17.1";
version = "1.17.2";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-7bSYkUTSj3Wv/E9bGAdPuXpY1u41rWkZrHXraky/41I=";
sha256 = "sha256-XyxQpwuNWMAluB+/Nk+tQy0VSTZjDOACPMiLqo1codA=";
};
nativeBuildInputs = [ pkg-config ];