quarto: 1.4.551 -> 1.4.552

This commit is contained in:
R. Ryantm 2024-03-26 16:04:18 +00:00
parent f7a8b88715
commit 1202e4941e
1 changed files with 2 additions and 2 deletions

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