keycloak: 26.5.5 -> 26.5.6

Release notes: https://github.com/keycloak/keycloak/releases/tag/26.5.6
Full changelog: https://github.com/keycloak/keycloak/compare/26.5.5...26.5.6
This commit is contained in:
transcaffeine
2026-03-19 07:52:23 +01:00
parent 1a25a9d4cd
commit af0b3d6e36
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "keycloak";
version = "26.5.5";
version = "26.5.6";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip";
hash = "sha256-k6keuENMQ1S+4YN67E6vc48W8x4Le0Bw9E1+UBLyxh0=";
hash = "sha256-lkBSzM0kPYe3301EJkY/NShaKpBz+7NuAK/MPNLwMX4=";
};
nativeBuildInputs = [