From cfd5f314731a25e1d1b692842b4c3740b78342bf Mon Sep 17 00:00:00 2001 From: juve Date: Fri, 17 Jul 2026 11:26:38 +0800 Subject: [PATCH] fix(nix): update pnpm dependency hash --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index cce86de7f..29fb03350 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1784007870, - "narHash": "sha256-djcLt/JJphyNt4eDY9XTly+/WbCK5lqWq9lSgCmJkkQ=", + "lastModified": 1784120854, + "narHash": "sha256-KesHgItiZPgGX740axSiQLcIQ8D24MDqNpkKYWIek8k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "18b9261cb3294b6d2a06d03f96872827b8fe2698", + "rev": "753cc8a3a87467296ddd1fa93f0cc3e81120ee46", "type": "github" }, "original": { @@ -48,11 +48,11 @@ ] }, "locked": { - "lastModified": 1784004965, - "narHash": "sha256-5Dk8H/H9fqjr7kS4MKqdBOzVsTK5r1/PMjC6eQuXd54=", + "lastModified": 1784216271, + "narHash": "sha256-bvaxxdk7mmMQ88AuXQGTUtk+PcUujHpgxqpryqTWvTU=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "a794b72f1297136a654424de0348d32e76a9f14e", + "rev": "1f69c7203034a4a974d7a4eac0f19b54af30804d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 65dd25aaa..54f4b3c87 100644 --- a/flake.nix +++ b/flake.nix @@ -179,7 +179,7 @@ fetcherVersion = 4; # Replace with the correct hash after the first failed build: # nix build .#dbx-desktop 2>&1 | grep 'got:' - hash = "sha256-nXd3B+34c47Oe3uLCV7Uicz7kIaHRDvpBmMk8wrFs0M="; + hash = "sha256-x6uRTLXUUXh9lHoXJDkJxvb68eEgCOAqOB9P+zp13fw="; }; # ── Step 2: vendor Cargo dependencies ───────────────────────────── #