bindfs: 1.14.8 -> 1.14.9

This commit is contained in:
talyz 2021-01-25 00:24:44 +01:00
parent 2632551494
commit 95ab0eda16
No known key found for this signature in database
GPG Key ID: 2DED2151F4671A2B

@ -1,16 +1,14 @@
{ lib, stdenv, fetchurl, fuse, pkg-config }:
stdenv.mkDerivation rec {
version = "1.14.8";
version = "1.14.9";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
sha256 = "15y4brlcrqhxl6z73785m0dr1vp2q3wc6xss08x9jjr0apzmmjp5";
sha256 = "0fnij365dn4ihkpfc92x63inxxwpminzffyj55krp1w02canpl5n";
};
dontStrip = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ fuse ];
postFixup = ''