sumo: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm
2023-07-17 21:12:36 +00:00
parent 87dfa27960
commit 85ea4214a3
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "sumo";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "eclipse";
repo = "sumo";
rev = "v${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-Br5ugEyGu3zLeylCvoVE92zOCpB5cuXLv1dGLpM3FwI=";
sha256 = "sha256-/MKhec4nhz6juTCc5dNrrDAlzldodGjili4vWkzafPM=";
fetchSubmodules = true;
};