Merge pull request #303257 from r-ryantm/auto-update/micronaut

micronaut: 4.3.7 -> 4.3.8
This commit is contained in:
Nick Cao 2024-04-11 09:08:20 -04:00 committed by GitHub
commit 5eaf81362c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "micronaut";
version = "4.3.7";
version = "4.3.8";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-TP7Ccv/Krc5l35AxyrkRmeRMSgQP9Q3BpNiHxlqLD4I=";
sha256 = "sha256-8sUXJExg1CApMbF95Lx3B/mnOJ5Y6HAck8+0UgF0bdc=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];