Loading pkgs/by-name/ty/ty/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; version = "0.0.1-alpha.35"; version = "0.0.2"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; hash = "sha256-dx6zZnThnkQHQbi5SXkKCnpkfw2kcrRDg0QEvb4WBqk="; hash = "sha256-4Kv3UUn2QbOOOaQ/uzJB2KOUx++Gb+cKpZg4kGx99Q0="; }; # For Darwin platforms, remove the integration test for file notifications, Loading Loading @@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ); passthru = { updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; }; updateScript = nix-update-script { }; }; meta = { Loading Loading
pkgs/by-name/ty/ty/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -14,14 +14,14 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "ty"; version = "0.0.1-alpha.35"; version = "0.0.2"; src = fetchFromGitHub { owner = "astral-sh"; repo = "ty"; tag = finalAttrs.version; fetchSubmodules = true; hash = "sha256-dx6zZnThnkQHQbi5SXkKCnpkfw2kcrRDg0QEvb4WBqk="; hash = "sha256-4Kv3UUn2QbOOOaQ/uzJB2KOUx++Gb+cKpZg4kGx99Q0="; }; # For Darwin platforms, remove the integration test for file notifications, Loading Loading @@ -81,7 +81,7 @@ rustPlatform.buildRustPackage (finalAttrs: { ); passthru = { updateScript = nix-update-script { extraArgs = [ "--version=unstable" ]; }; updateScript = nix-update-script { }; }; meta = { Loading