Skip to content

Commit 9685ff2

Browse files
authored
quarkus: 3.13.2 -> 3.14.1 (#337631)
2 parents 654d016 + a21545d commit 9685ff2

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
@@ -7,11 +7,11 @@
77

88
stdenv.mkDerivation (finalAttrs: {
99
pname = "quarkus-cli";
10-
version = "3.13.2";
10+
version = "3.14.1";
1111

1212
src = fetchurl {
1313
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
14-
hash = "sha256-6rt40cQde6ck0Eq3YRfN+l2QP18CHTxFj2EJyiPgkrE=";
14+
hash = "sha256-OiA45lItW5IhOboxS+/kcUxvuVuJmvT+m6wX1REGUGI=";
1515
};
1616

1717
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)