From a010a9b728b17c1f84d66fc27a18266290b8ff03 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Thu, 4 Jun 2026 19:52:54 +0200 Subject: [PATCH] keycloak: 26.6.2 -> 26.6.3 Release notes: https://github.com/keycloak/keycloak/releases/tag/26.6.3 Full changelog: https://github.com/keycloak/keycloak/compare/26.6.2...26.6.3 (cherry picked from commit 8e6c666e62136dcac91d57ee9de571d65f699d55) --- pkgs/by-name/ke/keycloak/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ke/keycloak/package.nix b/pkgs/by-name/ke/keycloak/package.nix index 3ef82b2995da..437dd9f436f9 100644 --- a/pkgs/by-name/ke/keycloak/package.nix +++ b/pkgs/by-name/ke/keycloak/package.nix @@ -24,11 +24,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "keycloak"; - version = "26.6.2"; + version = "26.6.3"; src = fetchzip { url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip"; - hash = "sha256-WhkSF/oqhBglKaw8/EwnEEjd+rX/da5LjP6mitecPLA="; + hash = "sha256-MlWWiTnQVB/JjBhEk3wUv/1WPWnEx9h2iULwzCxUKHU="; }; nativeBuildInputs = [