Skip to content

Commit 94d9500

Browse files
committed
quarto: 1.6.37 -> 1.6.39
1 parent 259b32e commit 94d9500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/quarto/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
}:
1919
stdenv.mkDerivation (final: {
2020
pname = "quarto";
21-
version = "1.6.37";
21+
version = "1.6.39";
2222

2323
src = fetchurl {
2424
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=";
25+
hash = "sha256-15fHlnE6V8FNgRX0mkXWJqFkeGlwlqBCHy0tmA5fnUo=";
2626
};
2727

2828
patches = [

0 commit comments

Comments
 (0)