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

micronaut: 4.4.0 -> 4.4.1
This commit is contained in:
Nick Cao 2024-04-24 10:24:25 -04:00 committed by GitHub
commit a0cadba85e
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.4.0";
version = "4.4.1";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-hoy7hvabXvrU/ZcW9dRJnO1l4fnOIFpbgvAZ+CBnSbA=";
sha256 = "sha256-tXXGjpf6nwx9yW9vBSi7iKlDJE+IeItcl+JE4drA7OM=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];