deno: 1.2.0 -> 1.2.1

This commit is contained in:
06kellyjac
2020-07-24 16:10:55 +00:00
parent c15c29ee31
commit 3c45c69f49
2 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -18,16 +18,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "deno";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "denoland";
repo = pname;
rev = "v${version}";
sha256 = "0wxwsp8g5i8jsjn3fsry81xj4lyp1ik6ngcypwvb5v8x30jci6ng";
sha256 = "0dxagp4gyn7057zcp78bhhr9qfbblvsynds2b0f4b3di8kg65m7f";
fetchSubmodules = true;
};
cargoSha256 = "0sss85v9k3f5narnmdv428sblqzkyb47xvvavz1m6x03qw11h8zh";
cargoSha256 = "1fgi6hbziky7szw18wma87bx8i74ax9dc90yyldvjikn4hjc8ipc";
# Install completions post-install
nativeBuildInputs = [ installShellFiles ];