Skip to content

Commit

Permalink
Merge pull request #122017 from talyz/20.09-keycloak-13
Browse files Browse the repository at this point in the history
[20.09] keycloak: 12.0.4 -> 13.0.0
  • Loading branch information
talyz committed May 14, 2021
2 parents 7cdef60 + 68824e1 commit 339f21f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/keycloak/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "keycloak";
version = "12.0.4";
version = "13.0.0";

src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
sha256 = "sha256-7DKKpuKPoSKIpfvhCvLzuyepbmixgq0+o+83FKi6Dwc=";
sha256 = "sha256-jpjAPldmJkyXGsokw9MO1u0VysYBXeQ8MamEPWvBGvs=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 339f21f

Please sign in to comment.