bindfs: 1.15.0 -> 1.15.1
This commit is contained in:
parent
6abcada9a8
commit
17f01cfe52
@ -1,12 +1,12 @@
|
|||||||
{ lib, stdenv, fetchurl, fuse, pkg-config }:
|
{ lib, stdenv, fetchurl, fuse, pkg-config }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.15.0";
|
version = "1.15.1";
|
||||||
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 = "sha256-fTpXEf5pJV0Mh1MTxVikNvSx5fjcBq10WmGBdqzAx8k=";
|
sha256 = "sha256-BN01hKbN+a9DRNQDxiGFyp+rMc465aJdAQG8EJNsaKs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user