gpsd: 3.27.2 -> 3.27.3

This commit is contained in:
R. Ryantm
2025-12-31 17:16:27 +00:00
parent 3a9542aaa5
commit 3087d881c1

View File

@@ -35,11 +35,11 @@
stdenv.mkDerivation rec {
pname = "gpsd";
version = "3.27.2";
version = "3.27.3";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-67Zu2SAYt5zsiO+2DjWllpJe70ZQLPA9b/CupjbudGE=";
sha256 = "sha256-pNhbZ3l1Iq6GEZWLX9oLtn5JIa/ia9U+HS/wpBWNrMs=";
};
# TODO: render & install HTML documentation using asciidoctor