keycloak-metrics-spi: 2.5.3 -> 3.0.0

Version increase: compatible with keycloak 21

changelog:
    feat: adds support for Keycloak 21 (thanks @ghenadiibatalski )
    fix: realm names are now shown again instead of ids (thanks @diversit )
    other fixes and improvements (thanks @claudiunicolaa , @douph1 , @uberspot)
This commit is contained in:
ngerstle 2023-05-06 20:36:20 +02:00
parent 8663481786
commit e6d4b3b101

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "keycloak-metrics-spi";
version = "2.5.3";
version = "3.0.0";
src = fetchurl {
url = "https://github.com/aerogear/keycloak-metrics-spi/releases/download/${version}/keycloak-metrics-spi-${version}.jar";
sha256 = "15lsy8wjw6nlfdfhllc45z9l5474p0lsghrwzzsssvd68bw54gwv";
sha256 = "1r06xjnvd7wxl64jqpms6jnl4csfwigb9n9lxcjpkgh2jzfs43sp";
};
dontUnpack = true;