We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6a59d3 + fc5e7b8 commit 01845e4Copy full SHA for 01845e4
pkgs/by-name/ke/keycloak/package.nix
@@ -24,11 +24,11 @@ let
24
in
25
stdenv.mkDerivation rec {
26
pname = "keycloak";
27
- version = "26.1.2";
+ version = "26.1.3";
28
29
src = fetchzip {
30
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
31
- hash = "sha256-U9g3SIh6qAQBWqIUfv1GQRqmRVzNImwCHAzfQFEFNOk=";
+ hash = "sha256-JtxUAs6tNCiYTFndmgyiIm7IlFAmBoXzrIIU165lbB4=";
32
};
33
34
nativeBuildInputs = [
0 commit comments