Merge pull request #88250 from r-ryantm/auto-update/bindfs
bindfs: 1.14.5 -> 1.14.7
This commit is contained in:
commit
2a906f7e71
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, fuse, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.14.5";
|
||||
version = "1.14.7";
|
||||
pname = "bindfs";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
|
||||
sha256 = "173c5fcnfbnlw5a437r2x899ax77j3wp8gg8gffhryahcgyn1abq";
|
||||
sha256 = "1lbqyc9vpgck05n0q3qsvsr34142iv721z6iwxhc5j98370ff9i8";
|
||||
};
|
||||
|
||||
dontStrip = true;
|
||||
|
|
Loading…
Reference in a new issue