Skip to content

Commit

Permalink
[deno] Update to 1.43.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed May 17, 2024
1 parent 210964a commit 91c047e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pkgs/deno-1.43.x.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{ autoPatchelfHook, fetchzip, stdenv, lib, makeWrapper }:
(import ./deno.nix rec {
inherit autoPatchelfHook fetchzip stdenv lib makeWrapper;
version = "1.43.2";
version = "1.43.4";
downloadMap = {
x86_64-linux = {
url = "https://github.com/denoland/deno/releases/download/v${version}/deno-x86_64-unknown-linux-gnu.zip";
hash = "sha256-H5z2CDLR+tLIoIF1geRyObPuC6+4RecZZavpjS+2ZpE=";
hash = "sha256-6iTMhOiKOAwLnqRlU8cIGYYkG3LWAEsL45mVD2mzL5w=";
};
aarch64-darwin = {
url = "https://github.com/denoland/deno/releases/download/v${version}/deno-aarch64-apple-darwin.zip";
hash = "sha256-Jpq4wqbxPMfxHn4YtWocvMAChYkiRuNYWp7d0nMTZ3s=";
hash = "sha256-wddnEW5XD3IEiDrSr9DSb+2NzB8LS2m8fVDmX1lx1o0=";
};
aarch64-linux = {
url = "https://github.com/denoland/deno/releases/download/v${version}/deno-aarch64-unknown-linux-gnu.zip";
hash = "sha256-AUQw/wOBUfWfNSVqFYbHxA8h8iMjKBYGT2ADGuNzwes=";
hash = "sha256-qQyDpIzwjRgWgLtlMR0HolmhlNd0tZaI/PaDHCiAIrs=";
};
};
priority = 10;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/denort-1.43.x.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{ autoPatchelfHook, fetchzip, stdenv, lib, makeWrapper }:
(import ./denort.nix rec {
inherit autoPatchelfHook fetchzip stdenv lib makeWrapper;
version = "1.43.2";
version = "1.43.4";
downloadMap = {
x86_64-linux = {
url = "https://github.com/denoland/deno/releases/download/v${version}/denort-x86_64-unknown-linux-gnu.zip";
hash = "sha256-8dlXf2Gl2xlVTLRe1GwsB5JyTOGeA3v3cDxByeDcbdk=";
hash = "sha256-+fuH30pEYxs6kwwfpJMJb3n9wcXwDwRXQvON+PWKkXE=";
};
aarch64-darwin = {
url = "https://github.com/denoland/deno/releases/download/v${version}/denort-aarch64-apple-darwin.zip";
hash = "sha256-rYK9OxCc4qGq+F6E2mkoMcQoiuO3sgjVq29LbSU+VTo=";
hash = "sha256-S+fRXCTnxoXRcyrCwrHmGKxaCim1TmoE++OuG73prY0=";
};
aarch64-linux = {
url = "https://github.com/denoland/deno/releases/download/v${version}/denort-aarch64-unknown-linux-gnu.zip";
hash = "sha256-A6kxWWrWRTSDwZXZf7RFKCg4svAz6C3JuehEcFzzPDM=";
hash = "sha256-uZaCBTEa/c9OghHUs50A/aVnL+qrZgpiR6jnNGa4/Io=";
};
};
priority = 10;
Expand Down

0 comments on commit 91c047e

Please sign in to comment.