mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 19:27:36 +00:00
keycloak: 20.0.5 -> 21.1.1
Version increase: see https://www.keycloak.org/docs/latest/release_notes/index.html#keycloak-21-0-0 for details and breaking changes.
This commit is contained in:
parent
e6d4b3b101
commit
8028e8ae73
@ -13,11 +13,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "keycloak";
|
||||
version = "20.0.5";
|
||||
version = "21.1.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
|
||||
hash = "sha256-4h3q9J1+KufMaSuzbX9qaBwXPR8zhVpxQAXDBY3uPjM=";
|
||||
hash = "sha256-ZX5UKjU9BEtO/uA25WhSUmeO6jQ1FpKF1irFx2fwPBU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jre ];
|
||||
|
Loading…
Reference in New Issue
Block a user