quarkus: 3.18.3 -> 3.19.1 (#386316)

Co-authored-by: Vinetos <Vinetos@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-02 20:42:50 +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.18.3";
version = "3.19.1";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-hdcst+g6jlHD9tOh3UrtT4kc7vro2Jd/eTlSZkB+8L4=";
hash = "sha256-mkY59bSbdkoqC5x1qThA4gJ8kQO8JuJG52+Y42WLMRA=";
};
nativeBuildInputs = [ makeWrapper ];