deno: 1.8.1 -> 1.8.2

This commit is contained in:
06kellyjac
2021-03-22 00:16:07 +00:00
parent 209de77f55
commit 9d23d2c5f3
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.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tyqZ/vjQ9gjLoK+Juj30It3H6+2sT9Fj/s0kEv0HRwI=";
sha256 = "sha256-fZuhI+ZvYsFz2gDpHkRRqmmHRyEiEO+vWfqKYdeNtaU=";
};
cargoSha256 = "sha256-LpBQztMqw7IbgTJkfiD+6Fcy5XXmN58HO/zhVen3oCI=";
cargoSha256 = "sha256-us0Kzst7iq+H/WBAlSBQJSpnirsl4zImse2bFREoW4I=";
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];