micronaut: 3.9.0 -> 3.9.1

This commit is contained in:
R. Ryantm 2023-05-04 11:29:10 +00:00
parent 58f8ca5fd4
commit d67dfdbdf8

View File

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