deno: 1.8.3 -> 1.9.0

This commit is contained in:
06kellyjac
2021-04-13 20:24:59 +01:00
parent be07f22e46
commit 8c57f22324
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -15,15 +15,15 @@
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.8.3";
version = "1.9.0";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QkVDIpJ4VW3DpcwhydDnt68zxVXwkitIiN8blGlqX1g=";
sha256 = "sha256-LrJGwsP+P8zXYwboF5791YuWGVdhcQJLOoBv+VzrYzs=";
};
cargoSha256 = "sha256-pf/4/H3wNORNvAswz8+7B3x5T5MyQgW7HgtDLBhfE/o=";
cargoSha256 = "sha256-JDapls3nRNETri6nZPRjZFlAFVN1Owhp965zf0Rn3ug=";
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];