about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-04 22:10:15 +0100
committerGitHub <noreply@github.com>2024-02-04 22:10:15 +0100
commit7d5082a2db7d35ea6e7ef2126e3fd353b92b297d (patch)
treedd92de66f3f5ed2192d7ec1b2ac155c265edfb66 /pkgs
parent89cc8947e1e84687c679b44199092618779bd52e (diff)
parent4069aa5a1bea9aec9fff56635a1d77b5538b7941 (diff)
Merge pull request #283210 from r-ryantm/auto-update/spring-boot-cli
spring-boot-cli: 3.2.1 -> 3.2.2
Diffstat (limited to 'pkgs')
-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 a2fe5608860b9..5e92ac17f7bc6 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.1";
+  version = "3.2.2";
 
   src = fetchzip {
     url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip";
-    hash = "sha256-hZexasMid9yZqTyX7LouTg44rG7WO/KU+CmAtSdpc2Q=";
+    hash = "sha256-Jlczhy4Nfquhrm+SO/MRfBsHrHRHDkU4TUTTPTH7aVk=";
   };
 
   nativeBuildInputs = [ makeWrapper installShellFiles ];