Merge pull request #249418 from dotlambda/routino-3.4.1

routino: 3.3.3 -> 3.4.1
This commit is contained in:
Theodore Ni 2023-08-27 21:57:01 -07:00 committed by GitHub
commit ec0d9765ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "routino";
version = "3.3.3";
version = "3.4.1";
src = fetchurl {
url = "https://routino.org/download/${pname}-${version}.tgz";
sha256 = "1xa7l2bjn832nk6bc7b481nv8hd2gj41jwhg0d2qy10lqdvjpn5b";
hash = "sha256-C6qNKljRdV0ProbgSxfrZLgZH+Pl8kcpKmTb83GLhSs=";
};
patchFlags = [ "-p0" ];
@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "http://www.routino.org/";
changelog = "http://routino.org/software/NEWS.txt";
description = "OpenStreetMap Routing Software";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ dotlambda ];