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.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 ;
You can’t perform that action at this time.
0 commit comments