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

sumo: 1.9.2 -> 1.15.0
This commit is contained in:
Weijia Wang 2023-03-17 12:56:48 +02:00 committed by GitHub
commit 9c8a92bcde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sumo"; pname = "sumo";
version = "1.9.2"; version = "1.15.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eclipse"; owner = "eclipse";
repo = "sumo"; repo = "sumo";
rev = "v${lib.replaceStrings ["."] ["_"] version}"; rev = "v${lib.replaceStrings ["."] ["_"] version}";
sha256 = "0zpd331vy1kfi4hfiszv3m8wl4m0wdfr3zzza200kkaakw5hjxhs"; sha256 = "sha256-Mm8Kqb5W9h2jYvRGypI6v5IHDm4CnAeT+NcJybdU5K0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };