Skip to content

Commit 73cf49b

Browse files
quarkus: 3.18.1 -> 3.18.3 (#382683)
Co-authored-by: Vinetos <[email protected]>
2 parents 4d3bda6 + 8424265 commit 73cf49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qu/quarkus/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "quarkus-cli";
11-
version = "3.18.1";
11+
version = "3.18.3";
1212

1313
src = fetchurl {
1414
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
15-
hash = "sha256-GRDi8+/tpA39to6bUpY4rxrmYeuF3J4MmLAsDWM7OWw=";
15+
hash = "sha256-hdcst+g6jlHD9tOh3UrtT4kc7vro2Jd/eTlSZkB+8L4=";
1616
};
1717

1818
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)