quarto: 1.6.33 -> 1.6.37 (#359188)

This commit is contained in:
Weijia Wang 2024-12-08 18:29:53 +01:00 committed by GitHub
commit 3902bf91af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,11 +19,11 @@
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.6.33";
version = "1.6.37";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
hash = "sha256-0qCQswtBC8R1Q7pHLhJtqCncllqgXo1t9pG97VwCtAI=";
hash = "sha256-KCYpDayVa6TstnUeytTYgH739ybTduuxD9AigNq/3rA=";
};
patches = [