mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Merge pull request #63980 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 6.15.4 -> 6.15.6
This commit is contained in:
commit
93bf43d99c
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "atlassian-confluence-${version}";
|
name = "atlassian-confluence-${version}";
|
||||||
version = "6.15.4";
|
version = "6.15.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
|
url = "https://product-downloads.atlassian.com/software/confluence/downloads/${name}.tar.gz";
|
||||||
sha256 = "0br51h8i99v6xc15280ra447c7fkiwf8nqgyzni0llhy1g1qcnmv";
|
sha256 = "0bb404d5i8jdry1jw8qdrcpgp9lvdkyxry58331pwpw16mlh0r2m";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user