Unverified Commit 5a983011 authored by Felix Bargfeldt's avatar Felix Bargfeldt Committed by GitHub
Browse files

sumo: 1.23.1 -> 1.24.0 (#432219)

parents a75a062c 1e0ad60d
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.23.1";
  version = "1.24.0";

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