micronaut: 4.4.0 -> 4.4.1

This commit is contained in:
R. Ryantm 2024-04-24 04:22:26 +00:00
parent 71b4a60386
commit 574c560807
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 ];