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

sumo: 1.15.0 -> 1.16.0
This commit is contained in:
Weijia Wang 2023-03-28 16:47:07 +03:00 committed by GitHub
commit eac1ecb55a
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.15.0";
version = "1.16.0";
src = fetchFromGitHub {
owner = "eclipse";
repo = "sumo";
rev = "v${lib.replaceStrings ["."] ["_"] version}";
sha256 = "sha256-Mm8Kqb5W9h2jYvRGypI6v5IHDm4CnAeT+NcJybdU5K0=";
sha256 = "sha256-0aUm7sgBLTPNSJuH6/xsTDZKUzAI87wPI2G3WSi5SGA=";
fetchSubmodules = true;
};