geographiclib: 2.5 -> 2.5.1

This commit is contained in:
R. Ryantm
2025-08-21 01:10:20 +00:00
parent 3ecd031b66
commit 51219a58ad
+2 -2
View File
@@ -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 = [