Skip to content

Commit

Permalink
keycloak: 26.0.1 -> 26.0.2 (#350982)
Browse files Browse the repository at this point in the history
  • Loading branch information
leona-ya authored Oct 25, 2024
2 parents 63b90a8 + d9fe61d commit 86e1ad4
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.1";
version = "26.0.2";

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

nativeBuildInputs = [ makeWrapper jre ];
Expand Down

0 comments on commit 86e1ad4

Please sign in to comment.