quarkus: 3.23.4 -> 3.24.4 (#424372)

Co-authored-by: Vinetos <Vinetos@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-24 13:19:33 +00:00
committed by GitHub
co-authored by Vinetos
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.23.4";
version = "3.24.4";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-drN28p+tHCxvVFfBw+nlPZxtiF6sIseiW16/FxwxRLI=";
hash = "sha256-MvLqKqFFrd3EV/9TEhYqn7lArWfNYzUg4UNUSFT2Nek=";
};
nativeBuildInputs = [ makeWrapper ];