keycloak: 16.1.0 -> 16.1.1

https://github.com/keycloak/keycloak/releases/tag/26.1.1
This commit is contained in:
Leona Maroni
2025-02-05 14:29:17 +01:00
parent 0e10f92e9e
commit e7b0ce07bd
+2 -2
View File
@@ -24,11 +24,11 @@ let
in
stdenv.mkDerivation rec {
pname = "keycloak";
version = "26.1.0";
version = "26.1.1";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-5Us/cBH10SnO6wiggmwg6V7u4FKoLd1V0x8Z4GNDaXc=";
hash = "sha256-glBfG/j9J3ZjTTmMrNIbJhHUUIOV0Kardc5P3ohT98Y=";
};
nativeBuildInputs = [