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
commit 28f1fbb43b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [