Merge pull request #59452 from r-ryantm/auto-update/bindfs
bindfs: 1.13.10 -> 1.13.11
This commit is contained in:
commit
f1d6189478
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, fuse, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.13.10";
|
||||
version = "1.13.11";
|
||||
name = "bindfs-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://bindfs.org/downloads/${name}.tar.gz";
|
||||
sha256 = "14wfp2dcjm0f1pmqqvkf94k7pijbi8ka395cm3hryqpi4k0w3f4j";
|
||||
sha256 = "0ayadwlc6j1ba0n0dkry4iyp49nxkkj5l4dazzqybl5d5c4n605b";
|
||||
};
|
||||
|
||||
dontStrip = true;
|
||||
|
|
Loading…
Reference in a new issue