Skip to content

Commit d6b2b37

Browse files
committed
deno: 1.2.2 -> 1.2.3
1 parent 9344a17 commit d6b2b37

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pkgs/development/web/deno/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ let
1818
in
1919
rustPlatform.buildRustPackage rec {
2020
pname = "deno";
21-
version = "1.2.2";
21+
version = "1.2.3";
2222

2323
src = fetchFromGitHub {
2424
owner = "denoland";
2525
repo = pname;
2626
rev = "v${version}";
27-
sha256 = "03s22sx8yp5z69nqgyng5nbqy1qy8wdlrh5h9ghk1j249lig21fz";
27+
sha256 = "0n64ph3piy7l3f3spcf2fnba8ivsbznjyw6piyv1zcxfjxb53wqg";
2828
fetchSubmodules = true;
2929
};
30-
cargoSha256 = "1lg7rclhm0jz7hiyzq2ff73zkyg24ndys78q830w30zx4lh4y50d";
30+
cargoSha256 = "10s4a20p1k2w2mdx63qbcb1lsqcrryp0vdc3zi6129pq1byybybc";
3131

3232
# Install completions post-install
3333
nativeBuildInputs = [ installShellFiles ];

pkgs/development/web/deno/deps.nix

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)