File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99rustPlatform . buildRustPackage rec {
1010 pname = "typstyle" ;
11- version = "0.12.10 " ;
11+ version = "0.12.12 " ;
1212
1313 src = fetchFromGitHub {
1414 owner = "Enter-tainer" ;
1515 repo = "typstyle" ;
1616 tag = "v${ version } " ;
17- hash = "sha256-nrsfp0T4QYLZw5F5R4iTewUjlZOErc/15c0O6O9BFBE =" ;
17+ hash = "sha256-oQnZm+BkccHN3xXSe1yBus3m4JKyCBKM9kkJz+QryR0 =" ;
1818 } ;
1919
2020 useFetchCargoVendor = true ;
21- cargoHash = "sha256-gPsZRdksX+7sZWK7V/q17oZmN2kgQkApC66/3KowDCI =" ;
21+ cargoHash = "sha256-pbsB9mQafgI6PudjeCzOSpk3+iZkkdp/V1zgH8pP7us =" ;
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/v ${ version } /CHANGELOG.md" ;
39+ changelog = "https://github.com/Enter-tainer/typstyle/blob/${ src . tag } /CHANGELOG.md" ;
4040 description = "Format your typst source code" ;
4141 homepage = "https://github.com/Enter-tainer/typstyle" ;
4242 license = lib . licenses . asl20 ;
You can’t perform that action at this time.
0 commit comments