1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/common-updater
Jan Tojnar 69adf156ef common-updater-scripts: Fix u-s-v updating npmDeps
`buildNpmDeps` pass `npmDepsHash` as `hash` to `fetchNpmDeps` so `npmDeps` does not contain `outputHashAlgo` attribute.

This would cause the program fail as follows:

    $ update-source-version zx --ignore-same-version --source-key=npmDeps
    error: attribute 'outputHashAlgo' in selection path 'zx.npmDeps.drvAttrs.outputHashAlgo' not found
    update-source-version: error: Couldn't evaluate old source hash from 'zx.npmDeps'!
2024-07-13 15:48:29 +02:00
..
scripts common-updater-scripts: Fix u-s-v updating npmDeps 2024-07-13 15:48:29 +02:00
combinators.nix _experimental-update-script-combinators.sequence: Terminate on failure 2024-07-13 15:47:27 +02:00
directory-listing-updater.nix common-updater-scripts: add allowedVersions parameter 2024-06-25 17:44:44 -04:00
generic-updater.nix common-updater-scripts: add allowedVersions parameter 2024-06-25 17:44:44 -04:00
git-updater.nix common-updater-scripts: add allowedVersions parameter 2024-06-25 17:44:44 -04:00
http-two-levels-updater.nix common-updater-scripts: add allowedVersions parameter 2024-06-25 17:44:44 -04:00
nix-update.nix nix-update: set meta.mainProgram 2023-11-16 21:42:13 +01:00
scripts.nix
unstable-updater.nix unstableGitUpdater: Remove bitrotten comment about hardcodeZeroVersion on tag-less projects 2024-05-31 23:26:24 +02:00