sumo: 1.24.0 -> 1.25.0

This update is fixing build with gdal 3.12.
This commit is contained in:
Ivan Mincik
2025-12-15 16:18:33 +01:00
parent 85db57b0bf
commit 9cfc88e5b3
+3 -3
View File
@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "sumo";
version = "1.24.0";
version = "1.25.0";
src = fetchFromGitHub {
owner = "eclipse";
owner = "eclipse-sumo";
repo = "sumo";
tag = "v${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-xf7/hUJpl+XmXx5MmFzYu2geFNe7JVaxDrraoqLrSuk=";
hash = "sha256-rUa5DpoBfnviSEmzPEiVnZU0KGavAIOFoysQ74uTll0=";
fetchSubmodules = true;
};