summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWilliButz <wbutz@cyberfnord.de>2020-09-27 23:01:06 +0200
committerWilliButz <wbutz@cyberfnord.de>2020-09-27 23:34:29 +0200
commitc68f14d36933a06f87ed79d51f868f353bd56348 (patch)
tree5adbda0b19992cb11b2abc75dd509a1dd0e51060 /pkgs
parent4504c2393a7eeec31e4ac050b7b8a13569637f6c (diff)
downloadnixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar.gz
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar.bz2
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar.lz
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar.xz
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.tar.zst
nixpkgs-c68f14d36933a06f87ed79d51f868f353bd56348.zip
atlassian-confluence: 7.7.3 -> 7.7.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/atlassian/confluence.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/atlassian/confluence.nix b/pkgs/servers/atlassian/confluence.nix
index c67efef8e33..2475c6c5aa6 100644
--- a/pkgs/servers/atlassian/confluence.nix
+++ b/pkgs/servers/atlassian/confluence.nix
@@ -8,11 +8,11 @@ assert withMysql -> (mysql_jdbc != null);
 
 stdenvNoCC.mkDerivation rec {
   pname = "atlassian-confluence";
-  version = "7.7.3";
+  version = "7.7.4";
 
   src = fetchurl {
     url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
-    sha256 = "02dyakvrsgvl2ccppdm7yla0s7c16qrakpdyydi2pidg907r8047";
+    sha256 = "1j9lr181ama7rfv76ikkvr0jkmc26ln1daqvspnsyamqwd03vh48";
   };
 
   buildPhase = ''