Skip to content

Commit

Permalink
Merge pull request #114967 from talyz/keycloak-12.0.4_20.09
Browse files Browse the repository at this point in the history
[20.09] keycloak: 12.0.3 -> 12.0.4
  • Loading branch information
talyz committed Mar 8, 2021
2 parents b94b33b + 106ecc6 commit 1c7f02b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/keycloak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

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

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 1c7f02b

Please sign in to comment.