Merge pull request #249391 from mayflower/bump-atlassian-confluence

atlassian-confluence: 7.19.5 -> 7.19.12

authored by WilliButz and committed by GitHub feddd1dc 74cfe065

+2 -2
+2 -2
pkgs/servers/atlassian/confluence.nix
··· 15 15 optionalWarning (crowdProperties != null) "Using `crowdProperties` is deprecated!" 16 16 (stdenvNoCC.mkDerivation rec { 17 17 pname = "atlassian-confluence"; 18 - version = "7.19.5"; 18 + version = "7.19.12"; 19 19 20 20 src = fetchurl { 21 21 url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz"; 22 - sha256 = "sha256-32syhzbFCWzwE2NftTY58aA+iD0kABraT4FA7mYU1II="; 22 + sha256 = "sha256-59JOZWKhHPtz9NFiGreFHAOgIL5aB227j6nC1XyofvE="; 23 23 }; 24 24 25 25 buildPhase = ''