We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0d6015 + 8d13696 commit 2fce603Copy full SHA for 2fce603
pkgs/by-name/sp/spring-boot-cli/package.nix
@@ -12,11 +12,11 @@
12
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "spring-boot-cli";
15
- version = "3.4.2";
+ version = "3.4.3";
16
17
src = fetchzip {
18
url = "mirror://maven/org/springframework/boot/spring-boot-cli/${finalAttrs.version}/spring-boot-cli-${finalAttrs.version}-bin.zip";
19
- hash = "sha256-pxGibIyg4C902pmth1rsgMb95yNVyYQenFmbQLDZSEo=";
+ hash = "sha256-Whk+BgPdPYNuNvQA5iz6p6tSqcTBTzt3qWkHwmUcqbc=";
20
};
21
22
nativeBuildInputs = [
0 commit comments