Commit b7853bc3 authored by R. RyanTM's avatar R. RyanTM
Browse files

geographiclib: 2.5.1 -> 2.5.2

parent 640a9865
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "geographiclib";
  version = "2.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "geographiclib";
    repo = "geographiclib";
    tag = "v${version}";
    hash = "sha256-ZXIRLLvCsVp8RnChjLiAfD38CJFqV8sv/PAEORsF6oc=";
    hash = "sha256-bFErzgjxBCtN12UNtnGPuS6bg1sI31gR7WZjawsY3Yo=";
  };

  outputs = [