Commit 21b1e78e authored by R. RyanTM's avatar R. RyanTM
Browse files

sumo: 1.21.0 -> 1.22.0

parent a495480e
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.21.0";
  version = "1.22.0";

  src = fetchFromGitHub {
    owner = "eclipse";
    repo = "sumo";
    rev = "v${lib.replaceStrings [ "." ] [ "_" ] version}";
    hash = "sha256-VST3ZJuDQBWf+YoN0kPyLrlXWmJABubUFDsKEMxfxHY=";
    hash = "sha256-4HL5wi6LfUe4/v7ObeiDCTyWV8ChRlRXDFb5OBRmjuI=";
    fetchSubmodules = true;
  };