quarto: 1.6.30 -> 1.6.33

This commit is contained in:
Theodore Ni
2024-11-08 19:09:34 -08:00
parent ecd9092716
commit 69cc148de3
@@ -13,28 +13,23 @@
, runCommand
, python3
, quarto
, extraPythonPackages ? ps: with ps; []
, extraPythonPackages ? ps: []
, sysctl
}:
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.6.30";
version = "1.6.33";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
sha256 = "sha256-2gzpQbaFLUox4EMo8RO3bwVjhsm239w5hv4Z0UuS1Qs=";
hash = "sha256-0qCQswtBC8R1Q7pHLhJtqCncllqgXo1t9pG97VwCtAI=";
};
nativeBuildInputs = [
makeWrapper
];
postPatch = ''
# Compat for Deno >=1.26
substituteInPlace bin/quarto.js \
--replace-fail ']))?.trim();' ']))?.trim().split(" ")[0];'
'';
dontStrip = true;
preFixup = ''