geographiclib: 2.2 -> 2.3

This commit is contained in:
R. Ryantm 2023-08-21 02:42:15 +00:00
parent 57d8f92a86
commit 45723a95c4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "geographiclib";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "geographiclib";
repo = "geographiclib";
rev = "v${version}";
hash = "sha256-W2YbeUYr6rjzdufVGzJ1k56uHHMzq8eidDZbRxTyzAU=";
hash = "sha256-FVA2y1q0WjRSCltCN2qntWC//Zj94TXO/fTebFfQ9NY=";
};
nativeBuildInputs = [ cmake doxygen ];