Merge pull request #298812 from r-ryantm/auto-update/keycloak

keycloak: 24.0.1 -> 24.0.2
This commit is contained in:
Nick Cao 2024-03-25 13:52:03 -04:00 committed by GitHub
commit 55cb8b04af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "24.0.1";
version = "24.0.2";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-d7bITeukqoLwEPQrUn01arXf8j7L8gM47wzHMsBvz2M=";
hash = "sha256-YC/fa1yxm3lMmEOZXcTOMX2F7Y5yolLKm89cGfEagH4=";
};
nativeBuildInputs = [ makeWrapper jre ];