NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.06k stars 14.05k forks source link

Build failure: GitKraken 10.4.1 hash mismatch failure on darwin #352944

Open kevinkrouse opened 2 hours ago

kevinkrouse commented 2 hours ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build GitKraken 10.4.1 on darwin

Build log

error: hash mismatch in fixed-output derivation '/nix/store/n1rr6vmij4bg52zr7n4mym26vsmsz7q6-source.drv':
         specified: sha256-21VwDFw2dyySoc4NC/RR3k/VtksqaZ5vkdx0z5MKqLc=
            got:    sha256-fPvEItavxFwUbk3WsTBvzRMu7fjnm5HxybEueHn//Q4=
error: 1 dependencies of derivation '/nix/store/l7dp2442ssrpf8yj3sb54b3layxmi54a-gitkraken-10.4.1.drv' failed to build

Additional context

I believe this was caused by the change in #350785.

Notify maintainers

cc @nicolas-goudry

Metadata

❯ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-darwin"`
 - host os: `Darwin 23.6.0, macOS 10.16`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.18.8`
 - channels(kevink): `"darwin, home-manager"`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/store/lryfc8mhk1czqsa421di2y5nzz5c3b8m-source`

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

nicolas-goudry commented 2 hours ago

Oops, I'm really sorry about that.

Will take a look at it in a bit!

Thanks for reporting.