bindfs: 1.14.5 -> 1.14.7
This commit is contained in:
parent
567f0a3df1
commit
88a760ef95
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, fuse, pkgconfig }:
|
{ stdenv, fetchurl, fuse, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.14.5";
|
version = "1.14.7";
|
||||||
pname = "bindfs";
|
pname = "bindfs";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
|
url = "https://bindfs.org/downloads/${pname}-${version}.tar.gz";
|
||||||
sha256 = "173c5fcnfbnlw5a437r2x899ax77j3wp8gg8gffhryahcgyn1abq";
|
sha256 = "1lbqyc9vpgck05n0q3qsvsr34142iv721z6iwxhc5j98370ff9i8";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user