summary refs log tree commit diff
path: root/pkgs/servers/atlassian/jira.nix
diff options
context:
space:
mode:
authorSimon Lackerbauer <simon@lackerbauer.com>2018-07-23 15:49:32 +0200
committerSimon Lackerbauer <simon@lackerbauer.com>2018-07-23 15:58:04 +0200
commit2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5 (patch)
tree8b708731441a9a6550d3e860dc108c5e10d03513 /pkgs/servers/atlassian/jira.nix
parent607ae1df1b7ae66baa95bca24bc28ea859a903b9 (diff)
downloadnixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar.gz
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar.bz2
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar.lz
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar.xz
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.tar.zst
nixpkgs-2799d11eb0e9ca5743b050d2c8a3a93fdc6688b5.zip
atlassian-jira: 7.9.2 -> 7.11.0
Diffstat (limited to 'pkgs/servers/atlassian/jira.nix')
-rw-r--r--pkgs/servers/atlassian/jira.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/atlassian/jira.nix b/pkgs/servers/atlassian/jira.nix
index 01eb808c108..2894f9cec8a 100644
--- a/pkgs/servers/atlassian/jira.nix
+++ b/pkgs/servers/atlassian/jira.nix
@@ -5,11 +5,11 @@
 
 stdenv.mkDerivation rec {
   name = "atlassian-jira-${version}";
-  version = "7.9.2";
+  version = "7.11.0";
 
   src = fetchurl {
     url = "https://downloads.atlassian.com/software/jira/downloads/atlassian-jira-software-${version}.tar.gz";
-    sha256 = "05976h6033v2w7d05qnigxmsrm33bg7gmgyzpvis8910fkxrhvhh";
+    sha256 = "0w2fgs5n2zdvxgcx2rn010nz81z4q3z6cbq9hmpyzxy9ygjby2w4";
   };
 
   phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
@@ -38,6 +38,6 @@ stdenv.mkDerivation rec {
     description = "Proprietary issue tracking product, also providing project management functions";
     homepage = https://www.atlassian.com/software/jira;
     license = licenses.unfree;
-    maintainers = with maintainers; [ fpletz globin ];
+    maintainers = with maintainers; [ fpletz globin ciil ];
   };
 }