quarto: 1.6.42 -> 1.6.43 (#396109)

This commit is contained in:
Pol Dellaiera
2025-04-06 21:47:54 +02:00
committed by GitHub
@@ -19,11 +19,11 @@
}:
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.6.42";
version = "1.6.43";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
hash = "sha256-9mf1YfcfCWMZaYFlYyJN9WKlRHk8U2sq2ESb4mqz3sY=";
hash = "sha256-9cwGPduP0BN0fNtMb8lklK5FftJMuuPaqCFRN8vL+cI=";
};
patches = [