summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2020-10-22 13:08:03 +0200
committerWilliButz <wbutz@cyberfnord.de>2020-10-22 13:08:03 +0200
commitce982c26be1df960e9b1312b3a2549ed61db49ff (patch)
tree05b56b01a954b050c96dd8a24f120f7d2547da9b /pkgs
parentd4ed405167c53491a53c450bfb5f1a4456568e7a (diff)
downloadnixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar.gz
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar.bz2
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar.lz
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar.xz
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.tar.zst
nixpkgs-ce982c26be1df960e9b1312b3a2549ed61db49ff.zip
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
Diffstat (limited to 'pkgs')
-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 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" ];