keycloak: 26.4.4 -> 26.4.5

Release notes: https://github.com/keycloak/keycloak/releases/tag/26.4.5
Full changelog: https://github.com/keycloak/keycloak/compare/26.4.4...26.4.5
This commit is contained in:
transcaffeine
2025-11-12 20:58:16 +01:00
parent f8aa7dbbeb
commit 0b0d7cb62d
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "keycloak";
version = "26.4.4";
version = "26.4.5";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip";
hash = "sha256-nzwkrwMHKBZWzyB5Csl6htnVAcIgtpDC6YDl3MNg+eM=";
hash = "sha256-SjrFigm30XccE2o3MDqKV0G1o3YG/b4lgN61v3VtPIo=";
};
nativeBuildInputs = [