On 7 July 2016 at 23:11, Sander van der Burg <svanderb...@gmail.com> wrote: > Anyway, the reason why I still haven't integrated anything yet, is this > issue: https://github.com/svanderburg/npm2nix/issues/7 > > When using the master Nixpkgs branch, it seems that npm2nix no longer > computes the sha256 hashes for the git checkouts correctly. Apparently, some > change in the fetchgit {} infrastructure (or a dependency thereof) causes > this, but I don't know why. When using the latest stable branch of Nixpkgs > (release-16.03) everything seems to work just fine.
Could be related to https://github.com/NixOS/nixpkgs/commit/64a072e3576daae794712d898efe0fa0f44075a0. I think that's the commit that changed the fetchgit hash on master (and it was not backported to stable). So these days you have to be careful when backporting a Nix package using fetchgit from master to stable. - Bjørn _______________________________________________ nix-dev mailing list nix-dev@lists.science.uu.nl http://lists.science.uu.nl/mailman/listinfo/nix-dev