Skip to content

Commit

Permalink
deno: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Aug 2, 2020
1 parent b37f774 commit 2277813
Showing 1 changed file with 3 additions and 3 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 @@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.2.1";
version = "1.2.2";

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

# Install completions post-install
nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit 2277813

Please sign in to comment.