Skip to content

Commit bdd2ff5

Browse files
fix: update Nix hashes for dependency changes
1 parent f99eeb8 commit bdd2ff5

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-n7+br/re7BeR+zStfxkyJM2bZuKVrNvoYvCNeXResBs=";
39+
vendorHash = "sha256-v9wTHT8PewBM11g6uA3QKFUpRvoCLRpJG5NSP4+uK9Y=";
4040
proxyVendor = true;
4141

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

85-
vendorHash = "sha256-n7+br/re7BeR+zStfxkyJM2bZuKVrNvoYvCNeXResBs=";
85+
vendorHash = "sha256-v9wTHT8PewBM11g6uA3QKFUpRvoCLRpJG5NSP4+uK9Y=";
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)