atlassian-crowd: 4.2.0 -> 4.4.0

(cherry picked from commit c8218905ebaf81f0b5d15d50bb84c57b8e26832c)
This commit is contained in:
Robin Gloster 2021-11-02 10:59:52 +01:00 committed by Jonathan Ringer
parent 372e59d2af
commit 983c59f729
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "atlassian-crowd"; pname = "atlassian-crowd";
version = "4.2.0"; version = "4.4.0";
src = fetchurl { src = fetchurl {
url = "https://www.atlassian.com/software/crowd/downloads/binary/${pname}-${version}.tar.gz"; url = "https://www.atlassian.com/software/crowd/downloads/binary/${pname}-${version}.tar.gz";
sha256 = "1gg4jcwvk4za6j4260dx1vz2dprrnqv8paqf6z86s7ka3y1nx1aj"; sha256 = "0ipfvdjs8v02y37rmihljy9lkb3ycz5hyc14mcg65ilsscsq3x91";
}; };
phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ]; phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];