sumo: 1.19.0 -> 1.20.0

This commit is contained in:
R. Ryantm 2024-05-25 03:45:48 +00:00
parent f2493622c4
commit 368c26931b

View File

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