quarkus: 3.18.1 -> 3.18.3 (#382683)

Co-authored-by: Vinetos <Vinetos@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-18 08:17:47 +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.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 ];