From 0a886a8673e8b3e7e04c3214f26b730dcf1cb8bf Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 18 May 2023 06:11:24 +0300 Subject: [PATCH] update flake deps hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31f0b94..a1e09d3 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ pname = "cohost-blogger"; inherit (package) version; - npmDepsHash = "sha256-pcw+b+IFUG6w07sJ/UN0cPZfvL3oBrSqQBiVhMGquDU="; + npmDepsHash = "sha256-hzn0sjxcysxe++IPyhKE/syx3S1Nh2hKGcjvS6UaLvY="; doCheck = true;