sumo: 1.18.0 -> 1.19.0

This commit is contained in:
R. Ryantm 2023-11-08 23:02:41 +00:00
parent 64b6e49275
commit 8f0fc5a2eb

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "sumo";
version = "1.18.0";
version = "1.19.0";
src = fetchFromGitHub {
owner = "eclipse";
repo = "sumo";
rev = "v${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-/MKhec4nhz6juTCc5dNrrDAlzldodGjili4vWkzafPM=";
sha256 = "sha256-uB7Gy0uX3LsZDeeITyjl7DN76TFJQKgsQs4RoDVfSmY=";
fetchSubmodules = true;
};