quarkus: 3.11.1 -> 3.11.2

This commit is contained in:
R. Ryantm 2024-06-19 18:01:39 +00:00
parent 3c98ea30cf
commit 5652a964df

View File

@ -7,11 +7,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.11.1";
version = "3.11.2";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-eR3/DDO50KYVI14iX+IvALK4YLx0hmd9Z4rToPQTBGE=";
hash = "sha256-z8mQo9Kl7HvIl+8GDEcuPdRkVmKUX5/V6X4qvRTe6t4=";
};
nativeBuildInputs = [ makeWrapper ];