deno: 2.0.0 -> 2.0.2 (#349803)

This commit is contained in:
Pol Dellaiera 2024-10-19 22:43:07 +02:00 committed by GitHub
commit cbe94cbe6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,16 +19,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "2.0.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "denoland";
repo = "deno";
rev = "refs/tags/v${version}";
hash = "sha256-3PfAjn2zWgxJOYgKwR7lvXu+rIENIHBMPwMM6dWNgR4=";
hash = "sha256-nbwLkkO1ucRmlgGDRCJLHPpu4lk0xLQvz3wWpq7rics=";
};
cargoHash = "sha256-3r5B9yWXKO/8ah+Etflws8RnlRTAdaaC5HZMlZduyHE=";
cargoHash = "sha256-y/hAEu8c/CFS4mfp4f/pvPJRz4cxGoi39uIUbn5J+Pw=";
postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds