summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/atlassian
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-10-28 16:41:27 +0100
committerGitHub <noreply@github.com>2020-10-28 16:41:27 +0100
commit6a0a9fbd55dd8ad9762efd1d5a4ce44dd92492cb (patch)
tree9ce5f857f7d8e2b3a34ce10c0def5bd39ec96024 /pkgs/servers/atlassian
parent6ee80e39fc1615b2158642c6434303e4f94f337b (diff)
parentce982c26be1df960e9b1312b3a2549ed61db49ff (diff)
Merge pull request #101353 from WilliButz/update/atlassian-crowd/4.2.0
atlassian-crowd: 4.0.2 -> 4.2.0
Diffstat (limited to 'pkgs/servers/atlassian')
-rw-r--r--pkgs/servers/atlassian/crowd.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/atlassian/crowd.nix b/pkgs/servers/atlassian/crowd.nix
index 893f20cf59a3..44d9aba582ef 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" ];