Skip to content

Commit

Permalink
deno: 1.43.6 -> 1.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 5, 2024
1 parent 63f559c commit 002ccdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/deno/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.43.6";
version = "1.44.0";

src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
hash = "sha256-8yBcSiaav28AevAH5wh0VwpMR5U5Vong8D+UFCx/wjo=";
hash = "sha256-k1FHS+2v3uDppoaw4IWD9U5SKszq6Qs9ErbnzyMkJgw=";
};

cargoHash = "sha256-o8DsFtn3+gtIMO5LS3mHbQS1iWT46iC9ZHr8hEOXZrs=";
cargoHash = "sha256-ha0GBCogdOuUTLjhQTsBfBl+Yk5wGRi6P/xMhNX5Tps=";

postPatch = ''
# upstream uses lld on aarch64-darwin for faster builds
Expand Down
10 changes: 5 additions & 5 deletions pkgs/development/web/deno/librusty_v8.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ let
};
in
fetch_librusty_v8 {
version = "0.91.1";
version = "0.92.0";
shas = {
x86_64-linux = "sha256-2J/YDTtSCXo2nsO0Lx6mJqKSFu2hUc8HmNAL2SD9ImI=";
aarch64-linux = "sha256-NwuDVaEbYWZfF2epVPPhIKM1aw35e8Bp5siBoREpym8=";
x86_64-darwin = "sha256-JNf4Me4VMdvjgYM4OyCUlQW6Q/OdQ2BuDNWFKI4sbtg=";
aarch64-darwin = "sha256-WVBDiGWVBvMiKNgPaPw8KQChARkFDfx8Nt9QEobGNG4=";
x86_64-linux = "sha256-4P+s98w6iY/nUt6gBxlXAy2zbrTrP5kVVCCpmuuzuk0=";
aarch64-linux = "sha256-dcBM8wngo7/CcZTmeZxxXrbrnxX5yGq/NAfOmxW+34g=";
x86_64-darwin = "sha256-3sjEWLKs90Rs0EhPeXbm+RLrG8dPFVIdbs6nFLZDfA8=";
aarch64-darwin = "sha256-dTGDfmIIykGQuYRSdPNYIp8tNcODCTi6nCpOrsxMCBE=";
};
}

0 comments on commit 002ccdf

Please sign in to comment.