Unverified Commit eac1ecb5 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

sumo: 1.15.0 -> 1.16.0
parents 4766c30e 91c2c00a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };