3
0
Fork 0
forked from mirrors/nixpkgs

bindfs: 1.14.0 -> 1.14.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bindfs/versions
This commit is contained in:
R. RyanTM 2019-07-14 23:02:28 -07:00 committed by Frederik Rietdijk
parent eadc851051
commit 37c16d0e60

View file

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