summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-01-25 18:01:38 +0000
committerGitHub <noreply@github.com>2021-01-25 18:01:38 +0000
commit7a5e4b7df8f843084ddef7b73438c54875d68177 (patch)
tree3b76029fc1986bdf36a384a9988db84c63952988 /pkgs/tools/filesystems
parentb7097b6b29ede13fdc66fd24f15e072a086479a4 (diff)
parent95ab0eda16d4774109ccf6fdf9ea481732fdaf0b (diff)
Merge pull request #110727 from talyz/bindfs-1.14.9
bindfs: 1.14.8 -> 1.14.9
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/bindfs/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/tools/filesystems/bindfs/default.nix b/pkgs/tools/filesystems/bindfs/default.nix
index a8baeaf3ef55..cc6916869b6f 100644
--- a/pkgs/tools/filesystems/bindfs/default.nix
+++ b/pkgs/tools/filesystems/bindfs/default.nix
@@ -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 = ''