Merge pull request #212687 from r-ryantm/auto-update/micronaut

micronaut: 3.8.1 -> 3.8.2
This commit is contained in:
Weijia Wang 2023-01-26 06:08:13 +01:00 committed by GitHub
commit b5889f3dce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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