anytype: automatically update bun node_modules

(cherry picked from commit 87450e1f17)
This commit is contained in:
Kira Bruneau 2026-06-09 07:54:20 -04:00 committed by github-actions[bot]
commit 5ea0b093bf
2 changed files with 2 additions and 2 deletions

View file

@ -87,7 +87,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
dontFixup = true;
#TODO: update it in update script
outputHash = "sha256-6IHFidjVDDzUOCRXVwjvzcLGKV6dWWS7k2jwrOuJ748=";
outputHashMode = "recursive";
};

View file

@ -57,5 +57,6 @@ tantivy_go_version=${tantivy_go_version//v}
nix-update tantivy-go --version "$tantivy_go_version" --generate-lockfile
nix-update anytype-heart --version "$middleware_version"
update-source-version anytype --ignore-same-version --source-key=locales --rev="$locales_rev"
update-source-version anytype --source-key=locales --rev="$locales_rev" --ignore-same-version
nix-update anytype --version "$anytype_version"
update-source-version anytype --source-key=node_modules --ignore-same-version --ignore-same-hash