Skip to content

Commit

Permalink
deno: 1.3.2 -> 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Sep 5, 2020
1 parent 9dd3542 commit 0cf63fd
Showing 1 changed file with 3 additions and 3 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.3.2";
version = "1.3.3";

src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "0vdz3irhc2pxn5zh0c6frbz7pb8vr06kldxa204xwyl7fl770w3g";
sha256 = "0jbnx23f1323sh1rfx8rza2pzr4li4199wblrl4vw4zp5hj4qnkm";
fetchSubmodules = true;
};
cargoSha256 = "1ch7vxnhs69paykrglim0ixaw73lzlmrglqhjp8f4xafvdk7n2ks";
cargoSha256 = "08zi3ynbi44rdgid9qalgsb5g8dcwclr6ynwxvhi8r0v5i7swwrx";

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

0 comments on commit 0cf63fd

Please sign in to comment.