keycloak: 25.0.5 -> 25.0.6 (#343113)

This commit is contained in:
Leona Maroni 2024-09-21 08:02:11 +02:00 committed by GitHub
commit 2643f688f7
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 = "25.0.5";
version = "25.0.6";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-2PEQjdz+r/qRJxlu0jI2watkNOUkf4bUCkcNPrLsaMg=";
hash = "sha256-1VHixRgErao/1ZEJv+rlnNmUd2NT35X89D8wuUhYF08=";
};
nativeBuildInputs = [ makeWrapper jre ];