sumo: 1.22.0 -> 1.23.1

This commit is contained in:
R. Ryantm
2025-05-19 02:59:52 +00:00
parent dc2d5f0391
commit b08dedf402
+2 -2
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;
};