sumo: 1.22.0 -> 1.23.1 (#405106)

This commit is contained in:
Weijia Wang
2025-05-19 10:15:36 +02:00
committed by GitHub

View File

@@ -32,13 +32,13 @@
stdenv.mkDerivation rec {
pname = "sumo";
version = "1.22.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "eclipse";
repo = "sumo";
rev = "v${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-4HL5wi6LfUe4/v7ObeiDCTyWV8ChRlRXDFb5OBRmjuI=";
hash = "sha256-yXXOCvlHAzGmNQeXyWQtmq1UdkQ6qt4L9noUii/voP4=";
fetchSubmodules = true;
};