Skip to content

Commit

Permalink
deno: 2.1.5 -> 2.1.6 (NixOS#374516)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Jan 17, 2025
2 parents 833d51b + c5cbdbe commit 395182b
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 @@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "2.1.5";
version = "2.1.6";

src = fetchFromGitHub {
owner = "denoland";
repo = "deno";
tag = "v${version}";
hash = "sha256-CeRMcMuwER6LnLGAheGS+v4FDw7KADefB3p5ve1HsfE=";
hash = "sha256-tJskyj9jbtnrGQ48SUJadTM/ZVmCMbQ+YH/XXtMeyaQ=";
};

cargoHash = "sha256-m/cg5ElXf7vKNvUjrRbVAdYppqsAeHxlGw/bHafBgOg=";
cargoHash = "sha256-7hO2B0z4h1asWlAHdTNxo/dC8ZX/3XTrqMUft6Aads8=";

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

0 comments on commit 395182b

Please sign in to comment.