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

micronaut: 3.7.4 -> 3.8.1
This commit is contained in:
Weijia Wang 2023-01-23 14:35:00 +01:00 committed by GitHub
commit b2dc5036c3
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.7.4";
version = "3.8.1";
src = fetchzip {
url = "https://github.com/micronaut-projects/micronaut-starter/releases/download/v${version}/micronaut-cli-${version}.zip";
sha256 = "sha256-VUavNwj5MCMZFV9WASF3olOdZb4JNBYbcQdgUfvPS8k=";
sha256 = "sha256-DBWPKy17pYU5VWEOxnaP2AKoiskNCBbt9QqO6xxf7eI=";
};
nativeBuildInputs = [ makeWrapper installShellFiles ];