Skip to content

Commit 063dece

Browse files
deno: 2.2.6 -> 2.2.8 (#396199)
2 parents ada5386 + 0957724 commit 063dece

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 = "135.0.0";
5+
version = "135.1.0";
66
shas = {
7-
x86_64-linux = "sha256-jA/cUjzT3KhpBGFyxZSp61X05PhD6XKAGtZyKdnts7U=";
8-
aarch64-linux = "sha256-+jqLUIv96994e1fFJcYCQNJJ8smF18sU76lq0sirszo=";
9-
x86_64-darwin = "sha256-atemob6PgxMncD4F+b5mfleTHSTMdKvJAwFD9ul/eJ4=";
10-
aarch64-darwin = "sha256-0fDaHgvUTDFKEhQp7WaNe+54e3+GScGO5+8+Qa89nLQ=";
7+
x86_64-linux = "sha256-QGpFNkVHO9j4uagYNC5X3JVif80RVazp63oqrdWYUoU=";
8+
aarch64-linux = "sha256-J4E32qZNyqmJyFKBuU+6doRYL3ZSaEMSBlML+hSkj+o=";
9+
x86_64-darwin = "sha256-UnulsDS1LlrVR2+cz+4zgWxKqbkB5ch3T9UofGCZduQ=";
10+
aarch64-darwin = "sha256-mU7N/1vXzCP+mwjzLTsDkT+8YOJifwNju3Rv9Cq5Loo=";
1111
};
1212
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ let
2020
in
2121
rustPlatform.buildRustPackage rec {
2222
pname = "deno";
23-
version = "2.2.6";
23+
version = "2.2.8";
2424

2525
src = fetchFromGitHub {
2626
owner = "denoland";
2727
repo = "deno";
2828
tag = "v${version}";
29-
hash = "sha256-Ner3178YukKKqMVQAGpU3bE+fxo9UXrRPp7iqCFSUjs=";
29+
hash = "sha256-pGhqfQR+42XUY0v99fvSyLQPlvzCWntq4qS9vyuJEpY=";
3030
};
3131

3232
useFetchCargoVendor = true;
33-
cargoHash = "sha256-dakHDPGv7trd2Kib9Hk5jHZHR3pzk1YIyJW/0uY6WSg=";
33+
cargoHash = "sha256-FJ3wPkL1Pgw6S66n5hyQfUZWTVXs4oZ0bJJaN22OxoY=";
3434

3535
postPatch = ''
3636
# Use patched nixpkgs libffi in order to fix https://github.com/libffi/libffi/pull/857

0 commit comments

Comments
 (0)