micronaut: 4.1.1 -> 4.1.3

This commit is contained in:
R. Ryantm 2023-10-11 04:47:23 +00:00
parent f19fb3293b
commit ca65b160d2

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "micronaut";
version = "4.1.1";
version = "4.1.3";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-GlNyzR2kRmeGyheaRcz+CPEh11atHeeVn/Rwn+q1gRA=";
sha256 = "sha256-9d46sXrG9tYhtAoIGzy7JYnt+wfS4vtGu81MS4W9c1s=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];