gpsd: 3.24 -> 3.25

This commit is contained in:
R. Ryantm 2023-01-16 08:15:28 +00:00 committed by Bjørn Forsman
parent 0854f3873d
commit b9e9372e6b

View File

@ -32,11 +32,11 @@
stdenv.mkDerivation rec {
pname = "gpsd";
version = "3.24";
version = "3.25";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-AO4T9hVlUoSHSmYb4TVTq+ZhKObetc1kivm8DLNF/lw=";
sha256 = "sha256-s2i2owXj96Y4LSOgy/wdeJIwYLa39Uz3mHpzx7Spr8I=";
};
# TODO: render & install HTML documentation using asciidoctor