Skip to content

Commit d35dd74

Browse files
committed
deno: 2.0.6 -> 2.1.1
Signed-off-by: misilelab <[email protected]>
1 parent cd2105a commit d35dd74

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pkgs/by-name/de/deno/librusty_v8.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
{ fetchLibrustyV8 }:
33

44
fetchLibrustyV8 {
5-
version = "0.106.0";
5+
version = "130.0.1";
66
shas = {
7-
x86_64-linux = "sha256-jLYl/CJp2Z+Ut6qZlh6u+CtR8KN+ToNTB+72QnVbIKM=";
8-
aarch64-linux = "sha256-uAkBMg6JXA+aILd8TzDtuaEdM3Axiw43Ad5tZzxNt5w=";
9-
x86_64-darwin = "sha256-60aR0YvQT8KyacY8J3fWKZcf9vny51VUB19NVpurS/A=";
10-
aarch64-darwin = "sha256-pd/I6Mclj2/r/uJTIywnolPKYzeLu1c28d/6D56vkzQ=";
7+
x86_64-linux = "sha256-MKdqaIF3M7j9IraOezoP5szr+SDfTg0iUOEtwe76N7k=";
8+
aarch64-linux = "sha256-qc25H3Aj2KRhsAZ+2SD1c4RmweVK07oW71opZXRuUoc=";
9+
x86_64-darwin = "sha256-CYw4AdBjFXmRqkTcxqT9Z0n0rBTxUsqrHxcf8c9Q8ww=";
10+
aarch64-darwin = "sha256-d1QTLt8gOUFxACes4oyIYgDF/srLOEk+5p5Oj1ECajQ=";
1111
};
1212
}

pkgs/by-name/de/deno/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ let
1919
in
2020
rustPlatform.buildRustPackage rec {
2121
pname = "deno";
22-
version = "2.0.6";
22+
version = "2.1.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "denoland";
2626
repo = "deno";
2727
rev = "refs/tags/v${version}";
28-
hash = "sha256-dJ1SHWPgQtr7BdBW63A+/RocHAx1MRnyeRj1Q/Qmcgk=";
28+
hash = "sha256-wa8TozLP5j6RgCZUe3i9wk2+ndA3pnqNM+wjzjVXAJY=";
2929
};
3030

31-
cargoHash = "sha256-6sAu8RbC6CcPABUZ2KEmcf2bn0UGiWacHJg4Eso+ozo=";
31+
cargoHash = "sha256-kolDehDolJVX6iFWEIKbrXwTUpvjpHxwI9TmiyXSsWU=";
3232

3333
postPatch = ''
3434
# upstream uses lld on aarch64-darwin for faster builds

0 commit comments

Comments
 (0)