sumo: 1.15.0 -> 1.16.0

This commit is contained in:
R. Ryantm
2023-03-22 12:07:12 +00:00
parent 293e39ec09
commit 91c2c00aad
@@ -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;
};