bindfs: 1.14.1 -> 1.14.2 (#76207)

bindfs: 1.14.1 -> 1.14.2
This commit is contained in:
Jörg Thalheim 2019-12-23 04:45:40 +00:00 committed by GitHub
commit dcd2230ed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, fuse, pkgconfig }:
stdenv.mkDerivation rec {
version = "1.14.1";
version = "1.14.2";
pname = "bindfs";
src = fetchurl {
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
sha256 = "111i4ba4px3idmrr5qhgq01926fas1rs2yx2shnwgdk3ziqcszxl";
sha256 = "0zn5fjrm9la5w1p66xhy87aasqsdky36dgc447jp2yp7nh18v339";
};
dontStrip = true;