Skip to content

Commit fc74e19

Browse files
Update deno to 2.9.5 (#579)
Co-authored-by: gominimal-pkgmgr-mgr[bot] <285843623+gominimal-pkgmgr-mgr[bot]@users.noreply.github.com>
1 parent a9169a0 commit fc74e19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/deno/build.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let glibc = import "../glibc/build.ncl" in
55
let gcc = import "../gcc/build.ncl" in
66
let python = import "../python/build.ncl" in
77

8-
let version = "2.9.4" in
8+
let version = "2.9.5" in
99
{
1010
name = "deno",
1111
build_deps = [
@@ -14,12 +14,12 @@ let version = "2.9.4" in
1414
{ arch = 'Amd64, .. } =>
1515
{
1616
url = "https://github.com/denoland/deno/releases/download/v%{version}/deno-x86_64-unknown-linux-gnu.zip",
17-
sha256 = "c24f955d9fbfe0ea5ae2b501c8e71ae76e31e4c9782390a54a284b3364fda725",
17+
sha256 = "8b010a3b1a4a0188a67cdb8a7a27348b2a501af78aec7fc74f2ace167368d530",
1818
} | Source,
1919
{ arch = 'Arm64, .. } =>
2020
{
2121
url = "https://github.com/denoland/deno/releases/download/v%{version}/deno-aarch64-unknown-linux-gnu.zip",
22-
sha256 = "111da5c05c240cfdc4340f234a0e3539d39dbcb6755221f19dcd60bacc8be5aa",
22+
sha256 = "6b7cae3a8fc4385a59dea3146fcb8bad7fea4230e0ad36a8c692afacbc254be0",
2323
} | Source,
2424
} target,
2525
base,

0 commit comments

Comments
 (0)