Skip to content

Commit

Permalink
Merge pull request #88908 from r-ryantm/auto-update/jetty
Browse files Browse the repository at this point in the history
jetty: 9.4.26.v20200117 -> 9.4.29.v20200521
  • Loading branch information
marsam authored May 26, 2020
2 parents dcd6989 + c13c38c commit 612d330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/http/jetty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "jetty";
version = "9.4.26.v20200117";
version = "9.4.29.v20200521";
src = fetchurl {
url = "https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${version}/jetty-distribution-${version}.tar.gz";
name = "jetty-distribution-${version}.tar.gz";
sha256 = "0wgh7vap0h6gkz6pk8iycvhwmybyxv25ssinwxxrnzk8jg25g89i";
sha256 = "0ir7rzr5479k7whgy0fx6bjj7x978ghx4fxc64i39hg2kzcp5dbi";
};

phases = [ "unpackPhase" "installPhase" ];
Expand Down

0 comments on commit 612d330

Please sign in to comment.