Skip to content

Commit 8618e44

Browse files
committed
atlassian-jira: 8.9.0 -> 8.10.0
1 parent 63d0579 commit 8618e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/servers/atlassian/jira.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "atlassian-jira";
11-
version = "8.9.0";
11+
version = "8.10.0";
1212

1313
src = fetchurl {
1414
url = "https://product-downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
15-
sha256 = "1rpibkp57nw084yd018924g1mdcqk8gnj99m85fmmhpppgbh9ca9";
15+
sha256 = "1l0kxh4cwqyciylbccd4vfmsvq9cr5sfd0v2gbs3lz41av79mlwa";
1616
};
1717

1818
buildPhase = ''

0 commit comments

Comments
 (0)