File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515rustPlatform . buildRustPackage ( finalAttrs : {
1616 pname = "ty" ;
17- version = "0.0.1-alpha.6 " ;
17+ version = "0.0.1-alpha.7 " ;
1818
1919 src = fetchFromGitHub {
2020 owner = "astral-sh" ;
2121 repo = "ty" ;
2222 tag = finalAttrs . version ;
2323 fetchSubmodules = true ;
24- hash = "sha256-0/Vzc5N4w23dcRLSWMn/hcgtx3dOpJagPBCiNjCT3mI =" ;
24+ hash = "sha256-aonCRtXi9MZWhZO3SjMxAxsTm8iZZdrm36psGArFz/I =" ;
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-p3D2sHMyeQY6hZsX17REidyofuQsIkunGLP8IrO1+8A =" ;
38+ cargoHash = "sha256-pYv99huRgqcFcnkMkfFoejmZmVkb9q/VVlYfylPXo4o =" ;
3939
4040 nativeBuildInputs = [ installShellFiles ] ;
4141
You can’t perform that action at this time.
0 commit comments