Skip to content

Commit

Permalink
quarkus: 3.18.1 -> 3.18.3 (#382683)
Browse files Browse the repository at this point in the history
Co-authored-by: Vinetos <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and Vinetos authored Feb 18, 2025
2 parents 4d3bda6 + 8424265 commit 73cf49b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qu/quarkus/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.18.1";
version = "3.18.3";

src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-GRDi8+/tpA39to6bUpY4rxrmYeuF3J4MmLAsDWM7OWw=";
hash = "sha256-hdcst+g6jlHD9tOh3UrtT4kc7vro2Jd/eTlSZkB+8L4=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 73cf49b

Please sign in to comment.