keycloak: 25.0.4 -> 25.0.5

This commit is contained in:
R. Ryantm 2024-09-10 17:17:45 +00:00
parent ab775a195f
commit c6fa7e48fe

View File

@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "25.0.4";
version = "25.0.5";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-Pj8+0bfYnHhkYIDQkePpsmbYb6MN4BI+2VLLdZv3C1Q=";
hash = "sha256-2PEQjdz+r/qRJxlu0jI2watkNOUkf4bUCkcNPrLsaMg=";
};
nativeBuildInputs = [ makeWrapper jre ];