quarkus: 3.30.4 -> 3.30.5

This commit is contained in:
R. Ryantm
2025-12-26 12:04:52 +00:00
parent 57fa795b96
commit b4912a324a
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quarkus-cli";
version = "3.30.4";
version = "3.30.5";
src = fetchurl {
url = "https://github.com/quarkusio/quarkus/releases/download/${finalAttrs.version}/quarkus-cli-${finalAttrs.version}.tar.gz";
hash = "sha256-0EDFWcv3IujCxmBbqPTgFOGdv977pWgx8ujO2NZ5EJQ=";
hash = "sha256-x+G4DwqRMNEO75NND5r388pWnDZMjG7o/6MoCfVZyvk=";
};
nativeBuildInputs = [ makeWrapper ];