quarkus: 3.17.7 -> 3.18.1 (#379010)

Co-authored-by: Vinetos <Vinetos@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] Vinetos and committed by GitHub 4fb9aa5a 670b96b9

+2 -2
+2 -2
pkgs/by-name/qu/quarkus/package.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "quarkus-cli"; 11 - version = "3.17.7"; 11 + version = "3.18.1"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz"; 15 - hash = "sha256-9crGXv5q7VKnOAgH3UPo5EayaZDDwRKpw275JaKnWoE="; 15 + hash = "sha256-GRDi8+/tpA39to6bUpY4rxrmYeuF3J4MmLAsDWM7OWw="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ makeWrapper ];