Skip to content

Commit

Permalink
quarto: 1.5.57 -> 1.6.30
Browse files Browse the repository at this point in the history
  • Loading branch information
detroyejr committed Oct 26, 2024
1 parent efc1c32 commit c274e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/quarto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@

stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.5.57";
version = "1.6.30";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
sha256 = "sha256-ZBjv/Z98il8EMZe88fMKSi1YjeOZ8jEh7OxYDKUTMpY=";
sha256 = "sha256-2gzpQbaFLUox4EMo8RO3bwVjhsm239w5hv4Z0UuS1Qs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c274e99

Please sign in to comment.