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

micronaut: 4.2.2 -> 4.2.3
This commit is contained in:
Nick Cao 2024-01-07 10:51:18 -05:00 committed by GitHub
commit 248a81defc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "micronaut";
version = "4.2.2";
version = "4.2.3";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-3YKKFWJvTwe/g/+9yAYHTU6chE48zdXpKXDpwLlM7eU=";
sha256 = "sha256-+03wjNxIZr8vhvK3zfvFBwXC5WmEs5A6mydGXsmGuCI=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];