Skip to content

Commit

Permalink
atlassian-crowd: 3.1.2 -> 3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ciil committed Sep 13, 2018
1 parent 4d962b6 commit f05e51a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/crowd.nix
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "atlassian-crowd-${version}";
version = "3.1.2";
version = "3.2.5";

src = fetchurl {
url = "https://www.atlassian.com/software/crowd/downloads/binary/${name}.tar.gz";
sha256 = "0pnl0zl38827ckgxh4y1mnq3lr7bvd7v3ysdxxv3nfr5zya4xgki";
sha256 = "1h8kxh89d2wm0hkgrzx5dnnfy8sbhpgisgdwn3srhb4js8h4qil6";
};

phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];
Expand Down

0 comments on commit f05e51a

Please sign in to comment.