Skip to content

Commit 582cea1

Browse files
committed
ty: 0.0.1-alpha.21 -> 0.0.1-alpha.22
Changelog: https://github.com/astral-sh/ty/blob/0.0.1-alpha.22/CHANGELOG.md
1 parent 151ad22 commit 582cea1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/ty/ty/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
rustPlatform.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

0 commit comments

Comments
 (0)