Skip to content

Commit

Permalink
spring-boot-cli: 2.2.6 -> 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 24, 2020
1 parent f7a398c commit 32fccf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/spring-boot-cli/default.nix
Original file line number Diff line number Diff line change
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 32fccf3

Please sign in to comment.