mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
keycloak: 24.0.4 -> 24.0.5
Diff: https://github.com/keycloak/keycloak/compare/24.0.4...24.0.5
Changelog: https://github.com/keycloak/keycloak/releases/tag/24.0.5
(cherry picked from commit 0cc8886079
)
This commit is contained in:
parent
ba560765ad
commit
bcb634b9bc
@ -18,11 +18,11 @@ let
|
||||
'';
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "keycloak";
|
||||
version = "24.0.4";
|
||||
version = "24.0.5";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
|
||||
hash = "sha256-tqY3rYFRsRpbvms8DVtCp8nXl0hlX1CzuOVFCE+23o4=";
|
||||
hash = "sha256-lf1miVEGQvPbmlOZMCXUyX/pKE+JoJFawhjVEPJDJ6s=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jre ];
|
||||
|
Loading…
Reference in New Issue
Block a user