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

quarto: 1.2.280 -> 1.2.313
This commit is contained in:
figsoda 2023-01-08 14:26:41 -05:00 committed by GitHub
commit 03e0baa214
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@
stdenv.mkDerivation rec {
pname = "quarto";
version = "1.2.280";
version = "1.2.313";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${version}/quarto-${version}-linux-amd64.tar.gz";
sha256 = "sha256-mbChS3GL36ySWo2jDZGJIDZIkBJ/UDUmypJjP5HW6KE=";
sha256 = "sha256-l8i/s9OuG9Fz+i1PcdSqP9X8stY6LTUcIfdE2gaePac=";
};
nativeBuildInputs = [