tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
atlassian-confluence: 7.18.1 -> 7.19.1
techknowlogick
3 years ago
b8ac53c7
8a57b26b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
atlassian
confluence.nix
+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
18
-
version = "7.18.1";
18
18
+
version = "7.19.1";
19
19
20
20
src = fetchurl {
21
21
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${pname}-${version}.tar.gz";
22
22
-
sha256 = "sha256-MEq1ASnJUYWPvt7Z30+fUTv+QrDI+Xsb5e9K0c8ZtdQ=";
22
22
+
sha256 = "sha256-icfyxuS6chh3ibXZ0V9YYB0oCDd9o5rmcDC5Rbr0tOQ=";
23
23
};
24
24
25
25
buildPhase = ''