1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

keycloak: 22.0.1 -> 22.0.2

Diff: https://github.com/keycloak/keycloak/compare/22.0.1...22.0.2
This commit is contained in:
Nick Cao 2023-09-11 10:22:06 -04:00
parent 67992f9a4f
commit 426b738897
No known key found for this signature in database

View file

@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "22.0.1";
version = "22.0.2";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-I0tmCcXqS1nfA7ZQd0qUsSWEUYvNa/caCZU8AYWSO7Y=";
hash = "sha256-6A+ow34S/QIYSztPAu7Uf7IzpLZK9Kbze0GTBsSvh3U=";
};
nativeBuildInputs = [ makeWrapper jre ];