mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 06:37:26 +00:00
keycloak: 24.0.5 -> 25.0.1
Diff: https://github.com/keycloak/keycloak/compare/24.0.5...25.0.1
This commit is contained in:
parent
d60c3f1479
commit
134a223f3f
@ -18,11 +18,11 @@ let
|
||||
'';
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "keycloak";
|
||||
version = "24.0.5";
|
||||
version = "25.0.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
|
||||
hash = "sha256-lf1miVEGQvPbmlOZMCXUyX/pKE+JoJFawhjVEPJDJ6s=";
|
||||
hash = "sha256-gwnBCH65s8KGca2FNBxfBfNKox9OFTN3oEAPcYhSx9o=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jre ];
|
||||
|
Loading…
Reference in New Issue
Block a user