Skip to content

Commit

Permalink
atlassian-crowd: 2.10.1 -> 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 14, 2017
1 parent 44bd7c4 commit 5b946fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/atlassian/crowd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
name = "atlassian-crowd-${version}";
version = "2.10.1";
version = "2.11.1";

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

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

0 comments on commit 5b946fd

Please sign in to comment.