We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d39b2ff + 9276d32 commit 4bc6bf6Copy full SHA for 4bc6bf6
pkgs/by-name/de/deno/package.nix
@@ -21,17 +21,17 @@ let
21
in
22
rustPlatform.buildRustPackage (finalAttrs: {
23
pname = "deno";
24
- version = "2.3.3";
+ version = "2.3.5";
25
26
src = fetchFromGitHub {
27
owner = "denoland";
28
repo = "deno";
29
tag = "v${finalAttrs.version}";
30
- hash = "sha256-KfgxKmxkF5/BrAsXkpmyWXV2H+vwX31dnzQORtt3A90=";
+ hash = "sha256-ASP+1EuGLU9BBY7iBer92AbnVEeQc4nwtOEyULlvc2w=";
31
};
32
33
useFetchCargoVendor = true;
34
- cargoHash = "sha256-DWODuTslGvx9PHUMsxY+MS15IcECcq7Ne7IUEovWoa0=";
+ cargoHash = "sha256-XJy7+cARYEX8tAPXLHJnEwXyZIwPaqhM7ZUzoem1Wo0=";
35
36
postPatch = ''
37
# Use patched nixpkgs libffi in order to fix https://github.com/libffi/libffi/pull/857
0 commit comments