Merge pull request #314179 from r-ryantm/auto-update/deno

deno: 1.43.5 -> 1.43.6
This commit is contained in:
OTABI Tomoya
2024-06-01 18:32:20 +09:00
committed by GitHub
+3 -3
View File
@@ -13,16 +13,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.43.5";
version = "1.43.6";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
hash = "sha256-Kkm7tU+pV/GHAqiiylX2quC+NhzFBKxcp12f2bH93lY=";
hash = "sha256-8yBcSiaav28AevAH5wh0VwpMR5U5Vong8D+UFCx/wjo=";
};
cargoHash = "sha256-Lr8aMHMZlfgwQhl0R13f5C9fdicxgPSB+5VtNqbDP38=";
cargoHash = "sha256-o8DsFtn3+gtIMO5LS3mHbQS1iWT46iC9ZHr8hEOXZrs=";
postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds