tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
typstyle: 0.13.17 -> 0.13.18
Sizhe Zhao
4 months ago
a6076971
e3089453
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ty
typstyle
package.nix
+3
-3
pkgs/by-name/ty/typstyle/package.nix
···
8
8
9
9
rustPlatform.buildRustPackage (finalAttrs: {
10
10
pname = "typstyle";
11
11
-
version = "0.13.17";
11
11
+
version = "0.13.18";
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "typstyle-rs";
15
15
repo = "typstyle";
16
16
tag = "v${finalAttrs.version}";
17
17
-
hash = "sha256-JsRMs6ARiXs/S/ybkzNo4giR3BvGbOm8X/UH08kvznU=";
17
17
+
hash = "sha256-sQZbk4XlhpFR4FUgD7Z0EoZVUMQaJQ2baTWbOp4I3QA=";
18
18
};
19
19
20
20
-
cargoHash = "sha256-G7X5FoWHEWFoLqfHmbuSylG7/xp4aXrSugnGc20oZcE=";
20
20
+
cargoHash = "sha256-anA7jJEK/Wr6trpc/6x2kExt8j9J3fxxgpWusQbbPaM=";
21
21
22
22
# Disabling tests requiring network access
23
23
checkFlags = [