fix(nix): update pnpm dependency hash

This commit is contained in:
juve 2026-07-17 11:26:38 +08:00 committed by GitHub
parent a075374cf9
commit cfd5f31473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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": {

View File

@ -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 ───────────────────────────── #