lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

geographiclib: 2.5 -> 2.5.1 (#435452)

authored by

Yohann Boniface and committed by
GitHub
63500796 30ba4994

+2 -2
+2 -2
pkgs/by-name/ge/geographiclib/package.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "geographiclib"; 11 - version = "2.5"; 11 + version = "2.5.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "geographiclib"; 15 15 repo = "geographiclib"; 16 16 tag = "v${version}"; 17 - hash = "sha256-hFheJ6Q1GEfqPVq7t4SHN/n2JniqCQUzwl7GEVG0jgo="; 17 + hash = "sha256-ZXIRLLvCsVp8RnChjLiAfD38CJFqV8sv/PAEORsF6oc="; 18 18 }; 19 19 20 20 outputs = [