Merge pull request #131628 from r-ryantm/auto-update/deno

deno: 1.12.1 -> 1.12.2

authored by

Ben Siraphob and committed by
GitHub
21889a97 bbb6ecf0

+3 -3
+3 -3
pkgs/development/web/deno/default.nix
··· 17 17 18 18 rustPlatform.buildRustPackage rec { 19 19 pname = "deno"; 20 - version = "1.12.1"; 20 + version = "1.12.2"; 21 21 22 22 src = fetchFromGitHub { 23 23 owner = "denoland"; 24 24 repo = pname; 25 25 rev = "v${version}"; 26 - sha256 = "sha256-kNwRnoUkX2dmj6ii9fRu/Hv4V3/sz6ag+wUPf93tmTQ="; 26 + sha256 = "sha256-xIFJv/roTD7sq7vCy4JDwe8gYDMuZd34vyjS08xeijI="; 27 27 }; 28 - cargoSha256 = "sha256-5ukTSzDFCkBQ1UFfnpz1fFzJSHBYUoZAvhPGMkr/fIs="; 28 + cargoSha256 = "sha256-aETAFh5yTE+ZonDC0ITdaZ2YN3/SpYROsXP47aNEICE="; 29 29 30 30 # Install completions post-install 31 31 nativeBuildInputs = [ installShellFiles ];