Skip to content

Commit 01845e4

Browse files
authored
keycloak: 26.1.2 -> 26.1.3 (#385782)
2 parents d6a59d3 + fc5e7b8 commit 01845e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ke/keycloak/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ let
2424
in
2525
stdenv.mkDerivation rec {
2626
pname = "keycloak";
27-
version = "26.1.2";
27+
version = "26.1.3";
2828

2929
src = fetchzip {
3030
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
31-
hash = "sha256-U9g3SIh6qAQBWqIUfv1GQRqmRVzNImwCHAzfQFEFNOk=";
31+
hash = "sha256-JtxUAs6tNCiYTFndmgyiIm7IlFAmBoXzrIIU165lbB4=";
3232
};
3333

3434
nativeBuildInputs = [

0 commit comments

Comments
 (0)