Merge pull request #266351 from r-ryantm/auto-update/sumo

sumo: 1.18.0 -> 1.19.0
This commit is contained in:
Weijia Wang 2023-12-04 02:41:11 +01:00 committed by GitHub
commit 4a0d12f347
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};