Skip to content

Commit 4bc6bf6

Browse files
authored
deno: 2.3.3 -> 2.3.5 (#412519)
2 parents d39b2ff + 9276d32 commit 4bc6bf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ let
2121
in
2222
rustPlatform.buildRustPackage (finalAttrs: {
2323
pname = "deno";
24-
version = "2.3.3";
24+
version = "2.3.5";
2525

2626
src = fetchFromGitHub {
2727
owner = "denoland";
2828
repo = "deno";
2929
tag = "v${finalAttrs.version}";
30-
hash = "sha256-KfgxKmxkF5/BrAsXkpmyWXV2H+vwX31dnzQORtt3A90=";
30+
hash = "sha256-ASP+1EuGLU9BBY7iBer92AbnVEeQc4nwtOEyULlvc2w=";
3131
};
3232

3333
useFetchCargoVendor = true;
34-
cargoHash = "sha256-DWODuTslGvx9PHUMsxY+MS15IcECcq7Ne7IUEovWoa0=";
34+
cargoHash = "sha256-XJy7+cARYEX8tAPXLHJnEwXyZIwPaqhM7ZUzoem1Wo0=";
3535

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

0 commit comments

Comments
 (0)