quarkus: 3.9.5 -> 3.10.0

This commit is contained in:
R. Ryantm 2024-05-04 16:12:36 +00:00
parent 14e704d967
commit f04348fc85
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.9.5";
version = "3.10.0";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-3vcuf49gutlXbFT5mUuZw9fDjyvb0Q+lXyn4n+RcLdU=";
hash = "sha256-hJNlz2DpA30fKpZu2O0I31oDSAfdW/s/xXzwOdRX9kw=";
};
nativeBuildInputs = [ makeWrapper ];