Skip to content

Commit 9e9e09c

Browse files
committed
1 parent 403dfb7 commit 9e9e09c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ty/typstyle/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "typstyle";
11-
version = "0.12.13";
11+
version = "0.12.14";
1212

1313
src = fetchFromGitHub {
1414
owner = "Enter-tainer";
1515
repo = "typstyle";
1616
tag = "v${version}";
17-
hash = "sha256-mEpMKXN07qjQ+qQSSTKVKss0c/x4bm0K5WcwLTjdejs=";
17+
hash = "sha256-TOu/1NiIofY87ttdBPDM2tVRg57FL8v8FCwkf0NFdBQ=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-1NZmLH845oXb/IVQzwSv9hqoUGR5ZuGtsk4SCn/s2kk=";
21+
cargoHash = "sha256-2BX1Ol7eCWs7b5cIwQWWBwFksQ4HO7NmnoP9D384TUQ=";
2222

2323
# Disabling tests requiring network access
2424
checkFlags = [
@@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
3636
};
3737

3838
meta = {
39-
changelog = "https://github.com/Enter-tainer/typstyle/blob/${src.tag}/CHANGELOG.md";
39+
changelog = "https://github.com/Enter-tainer/typstyle/blob/v${version}/CHANGELOG.md";
4040
description = "Format your typst source code";
4141
homepage = "https://github.com/Enter-tainer/typstyle";
4242
license = lib.licenses.asl20;

0 commit comments

Comments
 (0)