From 15fbc47f5a8d1127826a9d3a930336d059f6bf0f Mon Sep 17 00:00:00 2001 From: Phuoc Thinh Vu <163667116+kakapt@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:03:44 +0700 Subject: [PATCH] fix(nix): update bunDeps outputHash (#853) --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index f012eb3..0a064a0 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; # Read version from Cargo.toml - cargoToml = builtins.fromTOML (builtins.readFile ./src-tauri/Cargo.toml); + cargoToml = fromTOML (builtins.readFile ./src-tauri/Cargo.toml); version = cargoToml.package.version; in { @@ -51,7 +51,7 @@ outputHashAlgo = "sha256"; outputHashMode = "recursive"; - outputHash = "sha256-6SvLw/8UBIHlcIY7jUJKv6DHPooP3aUz+4PvC7UNzv4="; + outputHash = "sha256-+hUANv0w3qnK5d2+4JW3XMazLRDhWCbOxUXQyTGta/0="; }; in {