mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
atlassian-confluence: 6.14.1 -> 6.14.2
CVE-2019-3395, CVE-2019-3396
(cherry picked from commit 5ef5bbcd46)
This commit is contained in:
committed by
Robin Gloster
parent
b81f43c9c7
commit
eee28af866
@@ -5,11 +5,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "atlassian-confluence-${version}";
|
||||
version = "6.14.1";
|
||||
version = "6.14.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
|
||||
sha256 = "1pmxfikkydfi2m0bx1rgaj1ijhwh84zwwxkpw1f0vryvkl7av2gz";
|
||||
sha256 = "012lh2838l2n7wkj42isxspxw3ix54467vnzvxbsq8wnf2m367ln";
|
||||
};
|
||||
|
||||
buildPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user