bindfs: 1.16.0 -> 1.16.1

cbd163fb0e/ChangeLog
This commit is contained in:
Sergei Shilovsky 2022-06-28 01:13:26 +03:00
parent fcfaac31aa
commit a2e509c1db

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, fuse, pkg-config }:
stdenv.mkDerivation rec {
version = "1.16.0";
version = "1.16.1";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
sha256 = "sha256-AuvvqqZOGwRPxcdDxYKarSHtb3FF9NsHI7zEXwhXgfY=";
sha256 = "sha256-Veo9KqjkjQvqI7fAsDlQz+tJI1W/2Nu4oXOh44PyKLw=";
};
nativeBuildInputs = [ pkg-config ];