mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
anytype: automatically update bun node_modules
This commit is contained in:
parent
ee5e4ba955
commit
87450e1f17
2 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||
|
||||
dontFixup = true;
|
||||
|
||||
#TODO: update it in update script
|
||||
outputHash = "sha256-6IHFidjVDDzUOCRXVwjvzcLGKV6dWWS7k2jwrOuJ748=";
|
||||
outputHashMode = "recursive";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue