quarto: 1.4.553 -> 1.4.554

This commit is contained in:
R. Ryantm 2024-05-02 06:28:40 +00:00
parent 6b39739b77
commit 72524898f4

View File

@ -19,10 +19,10 @@
stdenv.mkDerivation (final: {
pname = "quarto";
version = "1.4.553";
version = "1.4.554";
src = fetchurl {
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
sha256 = "sha256-IrdUGx4b6XRmV6RHODeWukIObwy8XnsxyCKd3rwljJA=";
sha256 = "sha256-/RID+nqjMAEg2jzTBYc/8hz/t+k4TJlks7oCJ5YrjIY=";
};
nativeBuildInputs = [