sumo: 1.25.0 -> 1.26.0 (#485196)

This commit is contained in:
Nikolay Korotkiy
2026-02-09 21:06:48 +00:00
committed by GitHub
+2 -2
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sumo";
version = "1.25.0";
version = "1.26.0";
src = fetchFromGitHub {
owner = "eclipse-sumo";
repo = "sumo";
tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-rUa5DpoBfnviSEmzPEiVnZU0KGavAIOFoysQ74uTll0=";
hash = "sha256-HMuUQeme/cmJFR71bxsgr1tqtewl3vmsclGhc6ygiyk=";
fetchSubmodules = true;
};