NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.47k stars 13.66k forks source link

phpPackages.psysh fails to build: error: hash mismatch in fixed-output derivation #343558

Closed trofi closed 5 hours ago

trofi commented 6 hours ago

On current master on x86_64-linux the build fails as:

    $ nix build --no-link -f. phpPackages.psysh
    error: hash mismatch in fixed-output derivation '/nix/store/g2f9yhfpzi92ng1axv21rwfk75vyldk9-composer.lock.drv':
         specified: sha256-ur6mzla3uXeFL6aEHAPdpxGdvcgzOgTLW/CKPbNqeCg=
            got:    sha256-PQDWShzvTY8yF+OUPVJAV0HMx0/KnA03TDhZUM7ppXw=

Expected behavior

The build should succeed.

Notify maintainers

Metadata

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.10.8, NixOS, 24.11 (Vicuna), 24.11.20240921.f7bfe79`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.7`
 - channels(root): `""`
 - channels(slyfox): `""`
 - nixpkgs: `/run/current-system/sw/share/nixos-flakes/inputs/nixpkgs`

Add a :+1: reaction to issues you find important.

lucc commented 5 hours ago

Duplicate of #337952 ?

trofi commented 5 hours ago

Oh, yes.