quarto: 1.7.29 -> 1.7.30 (#404530)

This commit is contained in:
Nick Cao
2025-05-06 16:30:25 -04:00
committed by GitHub
@@ -20,11 +20,11 @@
}:
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.7.29";
version = "1.7.30";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
hash = "sha256-UFXNyovsvRmLTAHQ3P/XYZwL4su9xwmrTQCFy3VXkak=";
hash = "sha256-JcDeZGexvVxCLf1Vcgs59IslLYACs0bgIaGMIphiw/k=";
};
patches = [