deno: 1.10.3 -> 1.11.0

(cherry picked from commit c374fd03ffd37d400c6bad69a4cd386749df803b)
This commit is contained in:
R. RyanTM
2021-06-10 19:25:30 +00:00
committed by github-actions[bot]
parent 2311321709
commit e7928186d9
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -17,15 +17,15 @@
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.10.3";
version = "1.11.0";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "sha256-25FfxGtPZ+KQCmXur6pwrb1l/xjCWgw69CMLPihnhAU=";
sha256 = "sha256-rsQ9MdMgYPqnLzMfW4rwDpx5QKVDm6TMCCHqJzvTpjw=";
};
cargoSha256 = "sha256-CopfdjafWAhpbrdYSHJjKHKCLw94TSaiSAH4CVFOHi8=";
cargoSha256 = "sha256-nKbc73bEKb0XzuBZApu21E1OzkgU9sqbCaaWhUMiWdQ=";
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];