Skip to content

Commit 86e1ad4

Browse files
authored
keycloak: 26.0.1 -> 26.0.2 (#350982)
2 parents 63b90a8 + d9fe61d commit 86e1ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/servers/keycloak/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ let
1818
'';
1919
in stdenv.mkDerivation rec {
2020
pname = "keycloak";
21-
version = "26.0.1";
21+
version = "26.0.2";
2222

2323
src = fetchzip {
2424
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
25-
hash = "sha256-8dA38Xjvr5+LqyD222mOg8RIhw3gFbilPgVxlrdiCq4=";
25+
hash = "sha256-bhzzhFYMimGts5EElvlRpii4UGPzug6R0/F1lfbXKok=";
2626
};
2727

2828
nativeBuildInputs = [ makeWrapper jre ];

0 commit comments

Comments
 (0)