3
0
Fork 0
forked from mirrors/nixpkgs

micronaut: 3.7.4 -> 3.8.1

This commit is contained in:
R. Ryantm 2023-01-14 00:34:44 +00:00
parent 66bc6e35c9
commit 92dca3d39f

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 ];