Skip to content

Commit

Permalink
Merge pull request #141433 from r-ryantm/auto-update/deno
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 13, 2021
2 parents e7735f2 + d254f71 commit 410e5e7
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 @@ -17,15 +17,15 @@

rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.14.3";
version = "1.15.0";

src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ersfn69vRGKzJ4LV7qLI2orLftHz7tuI8+/zUEPctAE=";
sha256 = "sha256-oVcp1tICw+Wluzp/nVTv8iWR04ihmwa5lzqKyrPcOPE=";
};
cargoSha256 = "sha256-BnJH/jbNiPyRmNjvfE5bNQX58iuAFFaQ93bZsXooTfI=";
cargoSha256 = "sha256-GkKxm1M0e/yWWuY71BqCLd8KaqJFLpWuh4nrLSWM2nw=";

# Install completions post-install
nativeBuildInputs = [ installShellFiles ];
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 @@ -11,11 +11,11 @@ let
};
in
fetch_librusty_v8 {
version = "0.31.0";
version = "0.32.0";
shas = {
x86_64-linux = "sha256-KPoxq6rZnwghcDR5cMexN8EMeCfyuKoBcTZ3bv1mEpw=";
aarch64-linux = "sha256-S+lHGwbnCu2uNCIE+R5MljltOIqXpFAxvx0cglV8ZNI=";
x86_64-darwin = "sha256-o8O+X4SEXP7eY/dfHqe8NT7johtnPJQTBOgApFqOOhY=";
aarch64-darwin = "sha256-OQNQh6byNn9R0a6madgUMdUxbUv/R9psnwtTSr3BfzE=";
x86_64-linux = "sha256-35Rm4j4BJNCfl3MQJIpKw1altzm9fgvZ6WeC2cF4Qzc=";
aarch64-linux = "sha256-w1ljFwao/YMO27QSaEyVl7HEVnfzZyVOXZK4xN0205Y=";
x86_64-darwin = "sha256-oNrF9lFkgMgphDElKQRXMq9uYua75e2HrfflNO+CyPk=";
aarch64-darwin = "sha256-Bz9C1AChvGJYamnIg1XtYyTzmIisL0Oe/yDjB7ZebMw=";
};
}

0 comments on commit 410e5e7

Please sign in to comment.