keycloak: 26.4.5 -> 26.4.6

Release notes: https://github.com/keycloak/keycloak/releases/tag/26.4.6
Full changelog: https://github.com/keycloak/keycloak/compare/26.4.5...26.4.6
This commit is contained in:
transcaffeine
2025-11-25 20:22:58 +01:00
parent 75c025c613
commit 46b92fdb4e
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "keycloak";
version = "26.4.5";
version = "26.4.6";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip";
hash = "sha256-SjrFigm30XccE2o3MDqKV0G1o3YG/b4lgN61v3VtPIo=";
hash = "sha256-hX8ggj/FLOqo9FfsFrMIi5agnMmOUUlS9K+qzvqxtlE=";
};
nativeBuildInputs = [