Skip to content

Commit 2fce603

Browse files
authored
spring-boot-cli: 3.4.2 -> 3.4.3 (#384262)
2 parents d0d6015 + 8d13696 commit 2fce603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sp/spring-boot-cli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
stdenv.mkDerivation (finalAttrs: {
1414
pname = "spring-boot-cli";
15-
version = "3.4.2";
15+
version = "3.4.3";
1616

1717
src = fetchzip {
1818
url = "mirror://maven/org/springframework/boot/spring-boot-cli/${finalAttrs.version}/spring-boot-cli-${finalAttrs.version}-bin.zip";
19-
hash = "sha256-pxGibIyg4C902pmth1rsgMb95yNVyYQenFmbQLDZSEo=";
19+
hash = "sha256-Whk+BgPdPYNuNvQA5iz6p6tSqcTBTzt3qWkHwmUcqbc=";
2020
};
2121

2222
nativeBuildInputs = [

0 commit comments

Comments
 (0)