Skip to content

Commit

Permalink
deno: 2.1.2 -> 2.1.3 (#362818)
Browse files Browse the repository at this point in the history
Signed-off-by: misilelab <[email protected]>
(cherry picked from commit f602946)
  • Loading branch information
MisileLab authored and github-actions[bot] committed Dec 9, 2024
1 parent 5bb23cd commit cacd219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/de/deno/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "2.1.2";
version = "2.1.3";

src = fetchFromGitHub {
owner = "denoland";
repo = "deno";
rev = "refs/tags/v${version}";
hash = "sha256-jbIJmJV1ez+K+48LZPOqgd1d8UABZBK6/6AVc9wdTe4=";
hash = "sha256-q4cBkmNekJnFVirD1r5LVFq94ZXOk8wnWoxw0+9LdNQ=";
};

cargoHash = "sha256-adAj4l0LEedsdOUgOFzmdIPvXukAhsjxc75srvN1RRU=";
cargoHash = "sha256-/HKXRQjQ1ToA80jouWXL0lDY19fnqDCjRifjpce9tTw=";

postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds
Expand Down

0 comments on commit cacd219

Please sign in to comment.