keycloak: 26.1.2 -> 26.1.3

Release notes: https://github.com/keycloak/keycloak/releases/tag/26.1.3
Full changelog: https://github.com/keycloak/keycloak/compare/26.1.2...26.1.3
This commit is contained in:
transcaffeine
2025-02-28 12:55:44 +01:00
parent 31782c65e2
commit fc5e7b8340
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "keycloak";
version = "26.1.2";
version = "26.1.3";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-U9g3SIh6qAQBWqIUfv1GQRqmRVzNImwCHAzfQFEFNOk=";
hash = "sha256-JtxUAs6tNCiYTFndmgyiIm7IlFAmBoXzrIIU165lbB4=";
};
nativeBuildInputs = [