nanoflann: 1.1.9 -> 1.2.3
Semi-automatic update. These checks were performed: - built on NixOS - found 1.2.3 with grep in /nix/store/gglvdgfxscxg7hhdgbxyzdvd01kv4nxa-nanoflann-1.2.3 - found 1.2.3 in filename of file in /nix/store/gglvdgfxscxg7hhdgbxyzdvd01kv4nxa-nanoflann-1.2.3
This commit is contained in:
parent
6a10134205
commit
40b7b89353
@ -1,14 +1,14 @@
|
|||||||
{stdenv, fetchFromGitHub, cmake}:
|
{stdenv, fetchFromGitHub, cmake}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.1.9";
|
version = "1.2.3";
|
||||||
name = "nanoflann-${version}";
|
name = "nanoflann-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jlblancoc";
|
owner = "jlblancoc";
|
||||||
repo = "nanoflann";
|
repo = "nanoflann";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1q588cf2aark45bp4ciqjiz3dkdv8dcijkhm1ybzs8qjdzz9fimn";
|
sha256 = "1jrh73kjvdv7s7zc1sc3z254i17lpvn77b19wx32nvzsfxs4g44i";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user