From 09a7678c51686176a714982c5f431a7105632534 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 26 Nov 2024 04:50:25 +0000 Subject: [PATCH] quarto: 1.6.33 -> 1.6.37 --- pkgs/development/libraries/quarto/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/quarto/default.nix b/pkgs/development/libraries/quarto/default.nix index acdb76cc52b2..6bd5789f50f8 100644 --- a/pkgs/development/libraries/quarto/default.nix +++ b/pkgs/development/libraries/quarto/default.nix @@ -19,11 +19,11 @@ stdenv.mkDerivation (final: { pname = "quarto"; - version = "1.6.33"; + version = "1.6.37"; src = fetchurl { url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz"; - hash = "sha256-0qCQswtBC8R1Q7pHLhJtqCncllqgXo1t9pG97VwCtAI="; + hash = "sha256-KCYpDayVa6TstnUeytTYgH739ybTduuxD9AigNq/3rA="; }; patches = [