tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sumo: 1.18.0 -> 1.19.0
R. Ryantm
2 years ago
8f0fc5a2
64b6e492
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
networking
sumo
default.nix
+2
-2
pkgs/applications/science/networking/sumo/default.nix
···
5
6
stdenv.mkDerivation rec {
7
pname = "sumo";
8
-
version = "1.18.0";
9
10
src = fetchFromGitHub {
11
owner = "eclipse";
12
repo = "sumo";
13
rev = "v${lib.replaceStrings ["."] ["_"] version}";
14
-
sha256 = "sha256-/MKhec4nhz6juTCc5dNrrDAlzldodGjili4vWkzafPM=";
15
fetchSubmodules = true;
16
};
17
···
5
6
stdenv.mkDerivation rec {
7
pname = "sumo";
8
+
version = "1.19.0";
9
10
src = fetchFromGitHub {
11
owner = "eclipse";
12
repo = "sumo";
13
rev = "v${lib.replaceStrings ["."] ["_"] version}";
14
+
sha256 = "sha256-uB7Gy0uX3LsZDeeITyjl7DN76TFJQKgsQs4RoDVfSmY=";
15
fetchSubmodules = true;
16
};
17