Merge pull request #62152 from mayflower/crowd-update

atlassian-crowd: 3.4.3 -> 3.4.4
This commit is contained in:
Franz Pletz 2019-05-29 15:07:02 +00:00 committed by GitHub
commit 0cffbd0842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "atlassian-crowd-${version}";
version = "3.4.3";
version = "3.4.4";
src = fetchurl {
url = "https://www.atlassian.com/software/crowd/downloads/binary/${name}.tar.gz";
sha256 = "0swp41lr7n318jxl61w5c09485ygn261zc74p7xaisrwmh9ygyzs";
sha256 = "0bs3l2s5f8ymyvvxn6z3wwccbvac42giahmfqiam51m9zkfhf0rk";
};
phases = [ "unpackPhase" "buildPhase" "installPhase" "fixupPhase" ];