Skip to content

Commit 3fbf881

Browse files
authored
sumo: 1.21.0 -> 1.22.0 (#379340)
2 parents bff5457 + 21b1e78 commit 3fbf881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/su/sumo/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
stdenv.mkDerivation rec {
3434
pname = "sumo";
35-
version = "1.21.0";
35+
version = "1.22.0";
3636

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

0 commit comments

Comments
 (0)