keycloak: 26.0.1 -> 26.0.2 (#350982)

This commit is contained in:
Leona Maroni 2024-10-25 11:31:28 +02:00 committed by GitHub
commit 86e1ad4ec0
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 = "26.0.1";
version = "26.0.2";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-8dA38Xjvr5+LqyD222mOg8RIhw3gFbilPgVxlrdiCq4=";
hash = "sha256-bhzzhFYMimGts5EElvlRpii4UGPzug6R0/F1lfbXKok=";
};
nativeBuildInputs = [ makeWrapper jre ];