Skip to content

Commit 7b5a2a9

Browse files
fix: update Nix hashes for dependency changes
1 parent 12f80b3 commit 7b5a2a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
version = versionFile;
3737
src = ./.;
3838

39-
vendorHash = "sha256-tKwjN2u1Zpb5XI9vc/Up2iwLzrwQ/d5xgtI6W6y3/28=";
39+
vendorHash = "sha256-aR6liLXC86lYye8ddpsAi04oQxy5BkOkWbaKi1UCCbQ=";
4040
proxyVendor = true;
4141

4242
overrideModAttrs = old: {
@@ -82,7 +82,7 @@
8282
version = versionFile;
8383
src = ./.;
8484

85-
vendorHash = "sha256-tKwjN2u1Zpb5XI9vc/Up2iwLzrwQ/d5xgtI6W6y3/28=";
85+
vendorHash = "sha256-aR6liLXC86lYye8ddpsAi04oQxy5BkOkWbaKi1UCCbQ=";
8686
proxyVendor = true; # Download deps during build instead of vendoring
8787

8888
# The go-modules derivation only fetches Go deps — skip TS/WASM build there

0 commit comments

Comments
 (0)