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

spring-boot-cli: 2.3.1 -> 2.3.2
This commit is contained in:
Ryan Mulligan 2020-08-31 10:12:16 -07:00 committed by GitHub
commit 79ec220d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "spring-boot-cli";
version = "2.3.1";
version = "2.3.2";
src = fetchzip {
url = "https://repo.spring.io/release/org/springframework/boot/${pname}/${version}.RELEASE/${pname}-${version}.RELEASE-bin.zip";
sha256 = "0ddmwcifrmw197vc49b0x8vfampj3n947r4vv4nni5vjclqqfds5";
sha256 = "1zqfnxz57234227rp303iwis0mjkkjkpcqnj9jgw78gykjnqdmmq";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];