Merge pull request #240447 from NickCao/keycloak

keycloak: 21.1.1 -> 21.1.2
This commit is contained in:
Pol Dellaiera 2023-06-29 09:54:28 +02:00 committed by GitHub
commit e6aaacfa61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];