Skip to content

Commit

Permalink
Merge pull request #93780 from 06kellyjac/deno_1.2.1
Browse files Browse the repository at this point in the history
deno: 1.2.0 -> 1.2.1
  • Loading branch information
danieldk committed Jul 24, 2020
2 parents deeb49e + 3c45c69 commit 3b772b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/web/deno/default.nix
Expand Up @@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "0wxwsp8g5i8jsjn3fsry81xj4lyp1ik6ngcypwvb5v8x30jci6ng";
sha256 = "0dxagp4gyn7057zcp78bhhr9qfbblvsynds2b0f4b3di8kg65m7f";
fetchSubmodules = true;
};
cargoSha256 = "0sss85v9k3f5narnmdv428sblqzkyb47xvvavz1m6x03qw11h8zh";
cargoSha256 = "1fgi6hbziky7szw18wma87bx8i74ax9dc90yyldvjikn4hjc8ipc";

# Install completions post-install
nativeBuildInputs = [ installShellFiles ];
Expand Down
8 changes: 4 additions & 4 deletions pkgs/development/web/deno/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b772b6

Please sign in to comment.