Skip to content

Commit

Permalink
docs(deps): bump quarto version to pick up dashboard feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Feb 2, 2024
1 parent 48eecfc commit 79657db
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix/quarto/default.nix
Expand Up @@ -12,10 +12,10 @@

stdenv.mkDerivation rec {
pname = "quarto";
version = "1.4.339";
version = "1.4.549";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";
sha256 = "sha256-Toh+sImbIGc7PK4UUq9/p8nVBANkcOA6yR3fF6Nk76M=";
sha256 = "sha256-YeA9QKdaSzKtgjybVz22IopYICqblflNE8nN8j3Xr3g=";
};

nativeBuildInputs = [ autoPatchelfHook makeWrapper ];
Expand Down
21 changes: 20 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79657db

Please sign in to comment.