Merge pull request #299242 from r-ryantm/auto-update/quarto

quarto: 1.4.551 -> 1.4.552
This commit is contained in:
Nick Cao 2024-03-28 09:45:03 -04:00 committed by GitHub
commit 16553e19c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,10 +19,10 @@
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.4.551";
version = "1.4.552";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
sha256 = "sha256-RUnlLjJOf8hSj7aRCrmDSXFeNHCXnMY/bdbE3fbbThQ=";
sha256 = "sha256-I6uRqKgwb+VnbghA20BXEGrrLKOERc/IfF1TIDoymBw=";
};
nativeBuildInputs = [