Skip to content

Commit

Permalink
nanoflann: 1.5.3 -> 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent 7f311dd commit 6f2685e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/nanoflann/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
version = "1.5.3";
version = "1.5.4";
pname = "nanoflann";

src = fetchFromGitHub {
owner = "jlblancoc";
repo = "nanoflann";
rev = "v${finalAttrs.version}";
hash = "sha256-cTi3Q+SUSNQkSgi2K7nPqfqEQFMkbchbn2+pE2ol9xQ=";
hash = "sha256-7Vt/x9jHRqtVTv0MbHxIwd1/cTUB4aIgOiI+7cz0iu0=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 6f2685e

Please sign in to comment.