deno: 1.39.1 -> 1.39.2

This commit is contained in:
R. Ryantm 2024-01-06 16:38:54 +00:00 committed by Austin Seipp
parent fd3dc169bb
commit dc8a34cf0f

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.39.1";
version = "1.39.2";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
hash = "sha256-Rlt8gRlZlxC/axHsicbQizoMNbQJsv6egZXj4SKUARw=";
hash = "sha256-R5LF3PwH8LZeBM7biR+QLo5+MJ9KvM41fk5IHR7oAOs=";
};
cargoHash = "sha256-P0g5rhnSjMd9bD7/FBYaRyXwbeC5nAjDBA2EsQ4gfXA=";
cargoHash = "sha256-OPHQltS+3GZTIhMSg6ldLWy6L5skYzZxJLM06rLiDzs=";
postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds