Skip to content

Commit

Permalink
quarkus: 3.15.1 -> 3.17.3 (#363026)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Dec 8, 2024
2 parents b9d5919 + 8b8864c commit ad5d635
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 @@ -7,11 +7,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.15.1";
version = "3.17.3";

src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-cvZ1jEIeEQOgmAiQba6AYob+84ozM0AQcnVpgRLSIIc=";
hash = "sha256-Nm0tu4YYjD1NH4n0qV1YZl7ZXfN5jccFV6EPn5mPu+8=";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit ad5d635

Please sign in to comment.