sumo: 1.27.0 -> 1.27.1 (#535278)

This commit is contained in:
Nikolay Korotkiy
2026-06-25 19:16:14 +00:00
committed by GitHub
+2 -2
View File
@@ -37,13 +37,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sumo";
version = "1.27.0";
version = "1.27.1";
src = fetchFromGitHub {
owner = "eclipse-sumo";
repo = "sumo";
tag = "v${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
hash = "sha256-fi/36vgnxRezqkEEPRNxz/PBjg2hvwI9XpaN6IT7298=";
hash = "sha256-8yYm6HIVTmDoHrlMw5cUjxh6QtN5p8G+fGA/XTl/UnI=";
fetchSubmodules = true;
};