Merge pull request #283210 from r-ryantm/auto-update/spring-boot-cli

spring-boot-cli: 3.2.1 -> 3.2.2
This commit is contained in:
Weijia Wang 2024-02-04 22:10:15 +01:00 committed by GitHub
commit 7d5082a2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "spring-boot-cli";
version = "3.2.1";
version = "3.2.2";
src = fetchzip {
url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip";
hash = "sha256-hZexasMid9yZqTyX7LouTg44rG7WO/KU+CmAtSdpc2Q=";
hash = "sha256-Jlczhy4Nfquhrm+SO/MRfBsHrHRHDkU4TUTTPTH7aVk=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];