Skip to content

Commit

Permalink
tomcat9: 9.0.93 -> 9.0.94, tomcat10: 10.1.28 -> 10.1.29 (#341440)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 16, 2024
2 parents 27201cb + e7354e8 commit 850c8f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/http/tomcat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ let
in
{
tomcat9 = common {
version = "9.0.93";
hash = "sha256-aeDzU+p9hQBPneN5wepo5XdSh/4uCFnFYIHghcGykiY=";
version = "9.0.94";
hash = "sha256-KMjFSxBc6/qw196lxkwLJPV7N5efrB9p0C9Q0gPSPfA=";
};

tomcat10 = common {
version = "10.1.28";
hash = "sha256-89N3d9Pqv4TwQ9ljTQj6Qzfw2B75ADzo/H4c8Uc7hdo=";
version = "10.1.29";
hash = "sha256-k9klJ9Rn//CU1F2xyrvhos77kpeXeaRPKlDQU7QVXOM=";
};
}

0 comments on commit 850c8f2

Please sign in to comment.