quarkus: 3.9.1 -> 3.9.2

This commit is contained in:
R. Ryantm 2024-04-07 14:16:23 +00:00
parent f6eb921406
commit c7efda2453
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.9.1";
version = "3.9.2";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-qWlg6ZferLAy3TOyFe7Dhy102GzISGpB08Dwy8JFxSk=";
hash = "sha256-olMkkvyEfMSktypmLBjJo/wL2zKOLvqms7TRucuAt78=";
};
nativeBuildInputs = [ makeWrapper ];