micronaut: 4.6.2 -> 4.6.3 (#347098)

This commit is contained in:
Nick Cao 2024-10-08 15:38:02 -04:00 committed by GitHub
commit 688769771a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "micronaut";
version = "4.6.2";
version = "4.6.3";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-y+/qdZ9Kl6rVoziss+UipkU4/QSqZuD7J3efWdWNfl8=";
sha256 = "sha256-3bOGun+IjRWW3KeaXJIKh0/20RpqhARCgJQysrZhNf4=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];