about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-02 09:27:22 -0400
committerGitHub <noreply@github.com>2024-05-02 09:27:22 -0400
commit21c15f5445585bf746fa3f7785333095d9778e33 (patch)
tree9065bb8cf86d87c68c23dbf946b7c05731f8088e /pkgs/development/tools
parent55e8cd7607adc7d647995b3ed240a3e73d00085a (diff)
parent9a3a3edf06b7625b36adabb333436effe7243cef (diff)
Merge pull request #308374 from r-ryantm/auto-update/spring-boot-cli
spring-boot-cli: 3.2.4 -> 3.2.5
Diffstat (limited to 'pkgs/development/tools')
-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 1b7d679559066..ed67db03e5c84 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 (finalAttrs: {
   pname = "spring-boot-cli";
-  version = "3.2.4";
+  version = "3.2.5";
 
   src = fetchzip {
     url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip";
-    hash = "sha256-rOXQyIdyDT/YRuWgbbObFWnCOI+XEZ4+vGvIxJJ8CC4=";
+    hash = "sha256-NRJ5vL/tcm/CrNIEUh7gntLsLwWD9bL048Ycx1pRlQU=";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];