Unverified Commit 63500796 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

geographiclib: 2.5 -> 2.5.1 (#435452)

parents 30ba4994 51219a58
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";
  version = "2.5.1";

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

  outputs = [