keycloak: 26.0.1 -> 26.0.2

Diff: https://github.com/keycloak/keycloak/compare/26.0.1...26.0.2
This commit is contained in:
Nick Cao 2024-10-24 13:58:48 -04:00
parent 549cc5eadd
commit d9fe61d098
No known key found for this signature in database

View File

@ -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 ];