From 3ef7b774d5943046ce21e405b689a67ca5845ecb Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 19 Jul 2025 04:51:05 +0200 Subject: [PATCH] fix: :bug: Fix Nix hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index c2a73cd..91b7c87 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -18,7 +18,7 @@ in pnpmDeps = pnpm.fetchDeps { inherit (finalAttrs) pname version src; fetcherVersion = 2; - hash = "sha256-Xzkl43wRt7hx5GO36eWyqjigtweKtaDoeyq2tXFivx8="; + hash = "sha256-OusyjvdhLtZKkGjkG0ftGoOdn4F07ViZl8s5iNgrHXw="; }; nativeBuildInputs = [