3
0
Fork 0
forked from mirrors/nixpkgs

atlassian-crowd: 2.11.1 -> 2.12.0

This commit is contained in:
Franz Pletz 2017-06-17 18:31:07 +02:00
parent d6e94684fb
commit c0a582f4bb
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "atlassian-crowd-${version}";
version = "2.11.1";
version = "2.12.0";
src = fetchurl {
url = "https://www.atlassian.com/software/crowd/downloads/binary/${name}.tar.gz";
sha256 = "12gb9p5npcdr7mxyyir3xgjkc6n05zfi4i5dqkg8f7jrhi49nas7";
sha256 = "1kfnsa25axlyhnapfza381p94pyfixh7j999qhpg3ii821n9sggm";
};
phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];