File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let glibc = import "../glibc/build.ncl" in
55let gcc = import "../gcc/build.ncl" in
66let 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 ,
You can’t perform that action at this time.
0 commit comments