summary refs log tree commit diff
path: root/pkgs/development/tools/spring-boot-cli
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-07 16:01:59 +0000
committerJon <jonringer@users.noreply.github.com>2020-07-07 09:51:30 -0700
commitbabd73a3e338574b5df49e13dfd863f0fdfcce49 (patch)
tree465e159e118323e742fc907dc44b32711605fefd /pkgs/development/tools/spring-boot-cli
parent53ae3eff519be577446382de70f689814e22ffeb (diff)
downloadnixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar.gz
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar.bz2
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar.lz
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar.xz
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.tar.zst
nixpkgs-babd73a3e338574b5df49e13dfd863f0fdfcce49.zip
spring-boot-cli: 2.3.0 -> 2.3.1
Diffstat (limited to 'pkgs/development/tools/spring-boot-cli')
-rw-r--r--pkgs/development/tools/spring-boot-cli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/spring-boot-cli/default.nix b/pkgs/development/tools/spring-boot-cli/default.nix
index b59ef341dff..15d6553bbb1 100644
--- a/pkgs/development/tools/spring-boot-cli/default.nix
+++ b/pkgs/development/tools/spring-boot-cli/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "spring-boot-cli";
-  version = "2.3.0";
+  version = "2.3.1";
 
   src = fetchzip {
     url = "https://repo.spring.io/release/org/springframework/boot/${pname}/${version}.RELEASE/${pname}-${version}.RELEASE-bin.zip";
-    sha256 = "1zjbgs1qx75jgxc46x9380iqh8pfgacih38ad3qxd0106a8lcp5h";
+    sha256 = "0ddmwcifrmw197vc49b0x8vfampj3n947r4vv4nni5vjclqqfds5";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];