From 9de425a7a2adb9237d2ada2290a9e598c7a56520 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 12 Aug 2023 13:09:57 -0700 Subject: [PATCH] Update cargoHash for all --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."; };