keycloak: 23.0.7 -> 24.0.0

This commit is contained in:
R. Ryantm 2024-03-04 13:12:35 +00:00 committed by Nick Cao
parent 9052a2666b
commit e995900888
No known key found for this signature in database

View File

@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "23.0.7";
version = "24.0.0";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-9Hx7pX4m60u1UZAqXiafqEPMTvDVNdGLZfsSCktF84Q=";
hash = "sha256-UCXSFhpLHDQfw/s0rCywzL1JTs7XOlt+JUKp4Y/IGoY=";
};
nativeBuildInputs = [ makeWrapper jre ];