Commit 2def4d37 authored by R. RyanTM's avatar R. RyanTM
Browse files

keycloak: 20.0.1 -> 20.0.3

parent 1121c8fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "keycloak";
  version = "20.0.1";
  version = "20.0.3";

  src = fetchzip {
    url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
    sha256 = "sha256-UriiCCVKxdcaKEcDyn8HsS1S4zJAUC2chYu6iiNsJwA=";
    sha256 = "sha256-dDB3jG3k3ZkAzsG4p3VHpMBM8nxvxQ2sxGeRXWI1Wm0=";
  };

  nativeBuildInputs = [ makeWrapper jre ];