Unverified Commit 6ab23f2a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291287 from r-ryantm/auto-update/spring-boot-cli

spring-boot-cli: 3.2.2 -> 3.2.3
parents c9aab0ef 90b4aafc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

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

  src = fetchzip {
    url = "mirror://maven/org/springframework/boot/${finalAttrs.pname}/${finalAttrs.version}/${finalAttrs.pname}-${finalAttrs.version}-bin.zip";
    hash = "sha256-Jlczhy4Nfquhrm+SO/MRfBsHrHRHDkU4TUTTPTH7aVk=";
    hash = "sha256-H4QYEp5QfWLdcQybrBE49eMPXvt68gjEjJMQvh1drZs=";
  };

  nativeBuildInputs = [ makeWrapper installShellFiles ];