gpsd: 3.23.1 -> 3.24

This commit is contained in:
R. Ryantm 2022-07-31 08:58:42 +00:00 committed by Bjørn Forsman
parent 4bf5284ef4
commit 949be351f6

View file

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