keycloak: 21.1.1 -> 21.1.2

Diff: https://github.com/keycloak/keycloak/compare/21.1.1...21.1.2
This commit is contained in:
Nick Cao 2023-06-28 16:08:46 +08:00
parent aadd1db324
commit e3e39e4fa8
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
, fetchzip
, makeWrapper
, jre
, writeText
, nixosTests
, callPackage
@ -13,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "keycloak";
version = "21.1.1";
version = "21.1.2";
src = fetchzip {
url = "https://github.com/keycloak/keycloak/releases/download/${version}/keycloak-${version}.zip";
hash = "sha256-ZX5UKjU9BEtO/uA25WhSUmeO6jQ1FpKF1irFx2fwPBU=";
hash = "sha256-yux9LyGkdwQekNWKAx3Oara0D5Qca8g7fgPGeTiF2n4=";
};
nativeBuildInputs = [ makeWrapper jre ];