mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
keycloak: 23.0.1 -> 23.0.3
https://github.com/keycloak/keycloak/releases/tag/23.0.2 https://github.com/keycloak/keycloak/compare/23.0.2...23.0.3
This commit is contained in:
parent
a9bf124c46
commit
27d0568f42
|
@ -18,11 +18,11 @@ let
|
|||
'';
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "keycloak";
|
||||
version = "23.0.1";
|
||||
version = "23.0.3";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
|
||||
hash = "sha256-N3lkJgy0DrHxiKCIYyAI9VOrwnd5au9mXIdZt46mT0s=";
|
||||
hash = "sha256-5K8+pfn1zoXzBWJevZBx+9kZmefs1AvPoshOKP/dkNY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper jre ];
|
||||
|
|
Loading…
Reference in a new issue