Skip to content

Commit

Permalink
quarkus: 3.14.4 -> 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 30, 2024
1 parent 5140208 commit 7c54951
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.14.4";
version = "3.15.1";

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

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 7c54951

Please sign in to comment.