geographiclib: 2.4 -> 2.5

This commit is contained in:
R. Ryantm
2024-12-29 12:56:51 +00:00
parent 7fa1a3c6b3
commit 5dcfe0e6cc
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "geographiclib";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "geographiclib";
repo = "geographiclib";
rev = "v${version}";
hash = "sha256-1CuB3H4KFFRo8wdFaa9NQLBdT8HxK2AdiVkEhbeYagM=";
hash = "sha256-hFheJ6Q1GEfqPVq7t4SHN/n2JniqCQUzwl7GEVG0jgo=";
};
nativeBuildInputs = [