Skip to content

Commit

Permalink
nix: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Oct 15, 2024
1 parent e42965a commit d7ba6ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ fetchFromGitHub, fetchHex, openssl, rebar3, gnutar, erlangR26
, lib, src, stdenv }:
let
# Rebuild deps with `rebar3 nix -o nix/rebar-deps.nix`.
# Rebuild deps with `rebar3 nix lock -o nix/rebar-deps.nix`.
deps = import ./rebar-deps.nix { inherit fetchHex fetchFromGitHub; };
erlang = erlangR26;
in
Expand Down
20 changes: 10 additions & 10 deletions nix/rebar-deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
};
katana_code = fetchHex {
pkg = "katana_code";
version = "2.1.0";
sha256 = "sha256-rju6yhh1EViPaWlan/IiUcssxnL9zMGAKJd5vdJRde8=";
version = "2.1.1";
sha256 = "sha256-BoDzNSW5qILm9NMCJRixXEb2SL17Db6GkAmA/hwpFAQ=";
};
bucs = fetchHex {
pkg = "bucs";
Expand Down Expand Up @@ -57,10 +57,10 @@
version = "0.8.2";
sha256 = "sha256-yo/ydjjCFpWT0USdrL6IlWNBk+0zNOkGtU/JfwgfUhM=";
};
jsx = fetchHex {
pkg = "jsx";
version = "3.0.0";
sha256 = "sha256-N77KBDX1yoovRfdqRiEedkGPvvgMNvA2HCSfx1BZ3G0=";
json_polyfill = fetchHex {
pkg = "json_polyfill";
version = "0.1.4";
sha256 = "sha256-SMOX7iVH+kWe3gGjDsDoVxer7TAQhnpj7qrF8gMnQwM=";
};
gradualizer = fetchFromGitHub {
owner = "josefs";
Expand All @@ -70,8 +70,8 @@
};
erlfmt = fetchHex {
pkg = "erlfmt";
version = "1.3.0";
sha256 = "sha256-KoSqHrovT8190x1cV+neK8JwXdoY2kVT8n33EUz6oFI=";
version = "1.5.0";
sha256 = "sha256-OTOkDPvnkK2U5bZQs2iB3nBFYxkmPBR5tVbpr9vYDHU=";
};
ephemeral = fetchHex {
pkg = "ephemeral";
Expand All @@ -80,8 +80,8 @@
};
elvis_core = fetchHex {
pkg = "elvis_core";
version = "3.2.2";
sha256 = "sha256-N4bwJ3UcwmXnOJv1rBMp21R1ENgPSZtF7+dxva+ImzY=";
version = "3.2.5";
sha256 = "sha256-NNkhjwuAclEZA79sy/WesXZd7Pxz/MaDO6XIlZ2384M=";
};
docsh = fetchHex {
pkg = "docsh";
Expand Down

0 comments on commit d7ba6ac

Please sign in to comment.