Skip to content

Commit 18ec3cd

Browse files
authored
[Backport release-25.11] keycloak: 26.5.3 -> 26.5.4 (#492597)
2 parents 9632d44 + d16823e commit 18ec3cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ke/keycloak/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ let
2424
in
2525
stdenv.mkDerivation (finalAttrs: {
2626
pname = "keycloak";
27-
version = "26.5.3";
27+
version = "26.5.4";
2828

2929
src = fetchzip {
3030
url = "https://github.com/keycloak/keycloak/releases/download/${finalAttrs.version}/keycloak-${finalAttrs.version}.zip";
31-
hash = "sha256-OMx2E4Q1Pob73iqWo/sfYI14+IMW0cp/22wMUKcqQvg=";
31+
hash = "sha256-jRINK5PdsRTbWbDMYzatkEpfXcN6o3hwsul/U4ZuXjg=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)