Skip to content

Commit

Permalink
Merge pull request #88772 from r-ryantm/auto-update/spring-boot-cli
Browse files Browse the repository at this point in the history
spring-boot-cli: 2.2.6 -> 2.3.0
  • Loading branch information
marsam committed May 24, 2020
2 parents 7367bef + 32fccf3 commit 7dc2d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/spring-boot-cli/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 7dc2d5e

Please sign in to comment.