diff --git a/flake.nix b/flake.nix index d748129..2f8dfe6 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ pname = "tatoeba"; version = "0.1.0"; buildAndTestSubdir = "tatoeba"; - cargoHash = "sha256-74Jq3saaUyPvNm/0croVOBuMtpN8xT3S4z37nutJdw4="; + cargoHash = "sha256-AK47aWFl4eLIVHy27iE2MX62+dfjidlMZT1/uzxQh4E="; meta = meta // { description = "A proxy of the Tatoeba API with no CORS restrictions."; }; @@ -49,7 +49,7 @@ pname = "images"; version = "0.1.0"; buildAndTestSubdir = "images"; - cargoHash = "sha256-fKmTZTcJj/eYCQE9cjiXB/Pt6BdJNZ/e5cSRgbuPIJs="; + cargoHash = "sha256-t7IDZJcpYc6eftNedFCRlJ+LQ1O2L2c/XjX8+YqZcjI="; meta = meta // { description = "An API for fetching images of a query, sourced from Microsoft Bing."; };