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

spring-boot-cli: 2.2.6 -> 2.3.0
This commit is contained in:
Mario Rodas 2020-05-24 13:25:12 -05:00 committed by GitHub
commit 7dc2d5eb9f
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.2.6";
version = "2.3.0";
src = fetchzip {
url = "https://repo.spring.io/release/org/springframework/boot/${pname}/${version}.RELEASE/${pname}-${version}.RELEASE-bin.zip";
sha256 = "1rb21a8nr4mcdsfv3c3xh45kcpdwllhjfb26w9xsdgfh1j4mhb81";
sha256 = "1zjbgs1qx75jgxc46x9380iqh8pfgacih38ad3qxd0106a8lcp5h";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];