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

bindfs: 1.14.2 -> 1.14.3
This commit is contained in:
Mario Rodas 2020-01-15 19:52:25 -05:00 committed by GitHub
commit 83ce75d4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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