deno: 2.1.9 -> 2.1.10

This commit is contained in:
misilelab 2025-02-14 18:38:36 +09:00
parent ae0e9af7a4
commit 0141b8e1af
No known key found for this signature in database
GPG Key ID: 7E8683301BE9A5A4

View File

@ -18,17 +18,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "2.1.9";
version = "2.1.10";
src = fetchFromGitHub {
owner = "denoland";
repo = "deno";
tag = "v${version}";
hash = "sha256-a3oMEZIs9RkD0T4saeaCuQh0VrdNXciKwPJaHO7/Y3I=";
hash = "sha256-1NqBNrTYHhsG6O2qsgANM15FOxx3xheE9T3nYDDH1D0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-UqjkO3k77nUGnV8V4TDC3BbA+jR6/h2wGkgSLus0yVA=";
cargoHash = "sha256-D7dt9RdlTmR2C1dwOl5vZKUlLUnTkdudtZ4FQpr9ddU=";
postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds