about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 09:39:15 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-29 09:39:15 +0000
commitec75148ca2919d1771275e8a568bd2edade762a8 (patch)
treef03d53829711ef97fad125c82cb930cf21a28965
parent988b93ddb84c5cd419ed58f188c3ebb17ae2cabe (diff)
sumo: 1.16.0 -> 1.17.0
-rw-r--r--pkgs/applications/science/networking/sumo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/networking/sumo/default.nix b/pkgs/applications/science/networking/sumo/default.nix
index 70f5a4a61df61..c6cf73da36901 100644
--- a/pkgs/applications/science/networking/sumo/default.nix
+++ b/pkgs/applications/science/networking/sumo/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "sumo";
-  version = "1.16.0";
+  version = "1.17.0";
 
   src = fetchFromGitHub {
     owner = "eclipse";
     repo = "sumo";
     rev = "v${lib.replaceStrings ["."] ["_"] version}";
-    sha256 = "sha256-0aUm7sgBLTPNSJuH6/xsTDZKUzAI87wPI2G3WSi5SGA=";
+    sha256 = "sha256-Br5ugEyGu3zLeylCvoVE92zOCpB5cuXLv1dGLpM3FwI=";
     fetchSubmodules = true;
   };