micronaut: 3.8.8 -> 3.9.0

This commit is contained in:
R. Ryantm 2023-04-20 17:51:01 +00:00
parent cb4ab614ee
commit cc98d6a4b2

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "micronaut";
version = "3.8.8";
version = "3.9.0";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-LlZ9MrwBjVE5vMOKAy8MrhL8q5JBGibKnjaq8GmXVpM=";
sha256 = "sha256-RGM8yOKtLeBRZi1tw2UHTfG0hvrg8zu62ws8MMzXy3M=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];