We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2071b8 + 94d9500 commit 45ef6bcCopy full SHA for 45ef6bc
pkgs/development/libraries/quarto/default.nix
@@ -18,11 +18,11 @@
18
}:
19
stdenv.mkDerivation (final: {
20
pname = "quarto";
21
- version = "1.6.37";
+ version = "1.6.39";
22
23
src = fetchurl {
24
url = "https://github.com/quarto-dev/quarto-cli/releases/download/v${final.version}/quarto-${final.version}-linux-amd64.tar.gz";
25
- hash = "sha256-KCYpDayVa6TstnUeytTYgH739ybTduuxD9AigNq/3rA=";
+ hash = "sha256-15fHlnE6V8FNgRX0mkXWJqFkeGlwlqBCHy0tmA5fnUo=";
26
};
27
28
patches = [
0 commit comments