quarto: 1.7.31 -> 1.7.32 (#417335)

This commit is contained in:
Weijia Wang 2025-07-01 00:23:13 +02:00 committed by GitHub
commit 7e006885e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,11 +38,11 @@ let
in
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.7.31";
version = "1.7.32";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
hash = "sha256-YRSe4MLcJCaqBDGwHiYxOxAGFcehZLIVCkXjTE0ezFc=";
hash = "sha256-JiUF49JkWcZOZu/v1LkkDrdV6iDdb+h21qpkx6exPSc=";
};
patches = [