summary refs log tree commit diff
path: root/pkgs/servers/atlassian
diff options
context:
space:
mode:
authorSimon Lackerbauer <simon@lackerbauer.com>2019-04-08 17:10:51 +0200
committerRobin Gloster <mail@glob.in>2019-04-08 20:58:02 +0200
commit774a29944e540ffbe87f29d5adb9889db52eee79 (patch)
tree305929f9e84f47f02a8150ac6b3d325adc3e545a /pkgs/servers/atlassian
parentf6912280b7465897b6a72da304da03d455f79a08 (diff)
atlassian-crowd: 3.3.4 -> 3.4.3
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 2b32357089e0e..27856bf2762bb 100644
--- a/pkgs/servers/atlassian/crowd.nix
+++ b/pkgs/servers/atlassian/crowd.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "atlassian-crowd-${version}";
-  version = "3.3.4";
+  version = "3.4.3";
 
   src = fetchurl {
     url = "https://www.atlassian.com/software/crowd/downloads/binary/${name}.tar.gz";
-    sha256 = "007jyizrkmn97kfkczpsk8128qsd5lj2343vfhd70w82p01qjy21";
+    sha256 = "0swp41lr7n318jxl61w5c09485ygn261zc74p7xaisrwmh9ygyzs";
   };
 
   phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];