Merge pull request #290637 from NickCao/keycloak

keycloak: 23.0.6 -> 23.0.7
This commit is contained in:
Pol Dellaiera 2024-02-23 23:02:11 +01:00 committed by GitHub
commit 3b94db689b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "23.0.6";
version = "23.0.7";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-Sw+6UloKSvYjkm7qYROmsZxKk/sky4DKvgupo+S61Q8=";
hash = "sha256-9Hx7pX4m60u1UZAqXiafqEPMTvDVNdGLZfsSCktF84Q=";
};
nativeBuildInputs = [ makeWrapper jre ];
@ -84,7 +84,7 @@ in stdenv.mkDerivation rec {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.asl20;
platforms = jre.meta.platforms;
maintainers = with maintainers; [ ngerstle talyz ];
maintainers = with maintainers; [ ngerstle talyz nickcao ];
};
}