keycloak: 26.5.6 -> 26.5.7

Release notes: https://github.com/keycloak/keycloak/releases/tag/26.5.7
Full changelog: https://github.com/keycloak/keycloak/compare/26.5.6...26.5.7
This commit is contained in:
transcaffeine
2026-04-02 20:27:42 +02:00
parent e11cc503cd
commit aa8b8f9f6e
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "keycloak";
version = "26.5.6";
version = "26.5.7";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip";
hash = "sha256-lkBSzM0kPYe3301EJkY/NShaKpBz+7NuAK/MPNLwMX4=";
hash = "sha256-Brd/tRed8SmY4mzNScLqJDmGLdCFskEGeBbnKOoJ10s=";
};
nativeBuildInputs = [