Unverified Commit 9640178e authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #270632 from r-ryantm/auto-update/nanoflann

nanoflann: 1.5.0 -> 1.5.1
parents c1220e13 abb4e568
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "1.5.0";
  version = "1.5.1";
  pname = "nanoflann";

  src = fetchFromGitHub {
    owner = "jlblancoc";
    repo = "nanoflann";
    rev = "v${finalAttrs.version}";
    hash = "sha256-vPLL6l4sFRi7nvIfdMbBn/gvQ1+1lQHlZbR/2ok0Iw8=";
    hash = "sha256-ozFYqEq6PSe1C6Lc13Szxt8+sUTTlbXrmMgb8cvX04I=";
  };

  nativeBuildInputs = [ cmake ];