keycloak: 24.0.1 -> 24.0.2

This commit is contained in:
R. Ryantm 2024-03-25 02:11:44 +00:00
parent 3a6b97ce32
commit 85ee299612
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 ];