File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515rustPlatform . buildRustPackage ( finalAttrs : {
1616 pname = "ty" ;
17- version = "0.0.1-alpha.21 " ;
17+ version = "0.0.1-alpha.22 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "astral-sh" ;
2121 repo = "ty" ;
2222 tag = finalAttrs . version ;
2323 fetchSubmodules = true ;
24- hash = "sha256-C7u2fBOtKGIYnBkYIIsbbcDsfZezXoZjQN1/TTXU2bg =" ;
24+ hash = "sha256-jNjYorSybR33wDFUbmTz0BroVbR1wNjNXn5XsNRIqMg =" ;
2525 } ;
2626
2727 # For Darwin platforms, remove the integration test for file notifications,
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3535
3636 cargoBuildFlags = [ "--package=ty" ] ;
3737
38- cargoHash = "sha256-sjnLsOQSSCB5Yz3GsUzgPpTCUj0sJ4T3ZV60Vl7+ng0 =" ;
38+ cargoHash = "sha256-71pu0cC0CzOv3tJk7+eirUUUr/OertdIgWCatScXTqQ =" ;
3939
4040 nativeBuildInputs = [ installShellFiles ] ;
4141
You can’t perform that action at this time.
0 commit comments