From ce982c26be1df960e9b1312b3a2549ed61db49ff Mon Sep 17 00:00:00 2001 From: WilliButz Date: Thu, 22 Oct 2020 13:08:03 +0200 Subject: [PATCH] atlassian-crowd: 4.0.2 -> 4.2.0 https://confluence.atlassian.com/crowd/crowd-4-1-release-notes-1004960631.html https://confluence.atlassian.com/crowd/crowd-4-2-release-notes-1019381976.html --- pkgs/servers/atlassian/crowd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/atlassian/crowd.nix b/pkgs/servers/atlassian/crowd.nix index 893f20cf59a..44d9aba582e 100644 --- a/pkgs/servers/atlassian/crowd.nix +++ b/pkgs/servers/atlassian/crowd.nix @@ -3,11 +3,11 @@ stdenv.mkDerivation rec { pname = "atlassian-crowd"; - version = "4.0.2"; + version = "4.2.0"; src = fetchurl { url = "https://www.atlassian.com/software/crowd/downloads/binary/${pname}-${version}.tar.gz"; - sha256 = "1ndg9qb406rd239q7xycc2vdh2jd4fh9wryx1fm9493rxlncx28b"; + sha256 = "1gg4jcwvk4za6j4260dx1vz2dprrnqv8paqf6z86s7ka3y1nx1aj"; }; phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];