Commit 2adb1c6c authored by R. RyanTM's avatar R. RyanTM
Browse files

sumo: 1.24.0 -> 1.25.0

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "sumo";
  version = "1.24.0";
  version = "1.25.0";

  src = fetchFromGitHub {
    owner = "eclipse";
    repo = "sumo";
    tag = "v${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-xf7/hUJpl+XmXx5MmFzYu2geFNe7JVaxDrraoqLrSuk=";
    hash = "sha256-rUa5DpoBfnviSEmzPEiVnZU0KGavAIOFoysQ74uTll0=";
    fetchSubmodules = true;
  };