Skip to content

Commit

Permalink
keycloak: 26.0.2 -> 26.0.5 (#352366)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Nov 1, 2024
2 parents 3aa8a1d + cab0f21 commit b7995be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/keycloak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "26.0.2";
version = "26.0.5";

src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-bhzzhFYMimGts5EElvlRpii4UGPzug6R0/F1lfbXKok=";
hash = "sha256-BpXW+PN9kgHGshFwvrx2Tj5K0VXuVbT1VZgWl1ElSjI=";
};

nativeBuildInputs = [ makeWrapper jre ];
Expand Down

0 comments on commit b7995be

Please sign in to comment.