Skip to content

Commit 330346c

Browse files
authored
keycloak: 26.0.7 -> 26.0.8 (NixOS#373621)
2 parents ed2e093 + 661db7d commit 330346c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 rec {
2626
pname = "keycloak";
27-
version = "26.0.7";
27+
version = "26.0.8";
2828

2929
src = fetchzip {
3030
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
31-
hash = "sha256-yIv9gAjCfzjWDLZHQbgGEjhMefY1idzZTEbqVyXjFdw=";
31+
hash = "sha256-o4Yken4PlitebEBNI+BrQqYM+RtsURj0LvYFBSjuQIE=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)