From fbb894c54e14f6d57b1c472419efc550ea6c9740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lys=C3=A6?= <101974839+ElysaSrc@users.noreply.github.com> Date: Sat, 22 Jun 2024 21:18:39 +0200 Subject: [PATCH] flake: fix hashes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index b9f4552..8e23c8a 100644 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ # When modifying cargo dependencies, replace the hash with pkgs.lib.fakeSha256 # then run `nix build .#backend`. Use the hash in the error to replace the value. - cargoSha256 = "sha256-uBZXAEDMg2OAcOkj+RbQBPFZFM3hELtk6gZHv0xfxfE="; + cargoSha256 = "sha256-0Rkyor7BXLI8+VZUVFqp1wMvHhBhy7sQSeOvZC8yIgE="; }; # Frontend derivation @@ -190,7 +190,7 @@ # When modifying npm dependencies, replace the hash with pkgs.lib.fakeSha256 # then run `nix build .#frontend`. Use the hash in the error to replace the value. - npmDepsHash = "sha256-KRg9OKedgo+wMQTNsEtTHaxrCZII5RqIJkF0aQxmkb8="; + npmDepsHash = "sha256-btoUwnmxoCO+vetf2uDxdN/nw3YF6H/ERLtIEtksW3A="; installPhase = '' runHook preInstall