Unverified Commit 86f72e2f authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

geographiclib: 2.6 -> 2.7 (#459329)

parents eb77eadc c1ef5db4
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.6";
  version = "2.7";

  src = fetchFromGitHub {
    owner = "geographiclib";
    repo = "geographiclib";
    tag = "v${version}";
    hash = "sha256-G0D44iP3ApYlxNxF+hrB20v3X+4gp2p94gQLygqgB3E=";
    hash = "sha256-xqrt7KeYyYB90kuvn2qmK8VI3RVQuIhNN8qCzV//yko=";
  };

  outputs = [