Skip to content

Commit

Permalink
Merge pull request #279631 from NickCao/keycloak
Browse files Browse the repository at this point in the history
keycloak: 23.0.3 -> 23.0.4
  • Loading branch information
NickCao authored Jan 10, 2024
2 parents eabe8d3 + ea40c61 commit e1bd5ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/keycloak/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ let
'';
in stdenv.mkDerivation rec {
pname = "keycloak";
version = "23.0.3";
version = "23.0.4";

src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-5K8+pfn1zoXzBWJevZBx+9kZmefs1AvPoshOKP/dkNY=";
hash = "sha256-qvgYH/e+V++Tk39sgELTiUqyoEbBuUoCRNaCiM8ZuoA=";
};

nativeBuildInputs = [ makeWrapper jre ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/servers/keycloak/keycloak-metrics-spi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maven.buildMavenPackage rec {
hash = "sha256-pacmx5w1VVWz3HmHO6sc2friNUpzo4zyJI1/TQgCXlc=";
};

mvnHash = "sha256-rwAc2KtKo4vJ0JWwPquMyt+FHVNTmMpzBPbo8lWDN/A=";
mvnHash = "sha256-RjERY434UL9z/gNZFV+wMTITCmTPGanwu61L8sEGaKY=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit e1bd5ec

Please sign in to comment.