Skip to content

Commit

Permalink
Bump wasm-bindgen-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarx committed Mar 27, 2024
1 parent 73a6dde commit aae3d82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,13 @@ rec {

channels.nixpkgs.overlaysBuilder = channels: [
rust-overlay.overlays.default
(final: prev: {inherit (channels.nixpkgs-unstable) wasm-bindgen-cli;})
(final: prev: {
wasm-bindgen-cli = channels.nixpkgs-unstable.wasm-bindgen-cli.override {
version = "0.2.92";
hash = "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0=";
cargoHash = "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0=";
};
})
];

overlays.default = final: prev: let
Expand Down

0 comments on commit aae3d82

Please sign in to comment.