Skip to content

Commit

Permalink
spring-boot-cli: 3.2.0 -> 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 30, 2023
1 parent 01962ad commit 5e1a456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/spring-boot-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "spring-boot-cli";
version = "3.2.0";
version = "3.2.1";

src = fetchzip {
url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip";
hash = "sha256-C9hWIH6lFDa9dzH5iYZlawt+7SSPt3gxcXM62qd0zbo=";
hash = "sha256-hZexasMid9yZqTyX7LouTg44rG7WO/KU+CmAtSdpc2Q=";
};

nativeBuildInputs = [ makeWrapper installShellFiles ];
Expand Down

0 comments on commit 5e1a456

Please sign in to comment.